-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
35 lines (28 loc) · 754 Bytes
/
games.html
File metadata and controls
35 lines (28 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Try Em!</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<div id="lefty"> </div>
<div id="righty"> </div>
<div id="topy"> </div>
<div id="bottomy"> </div>
<h2>Try Em!</h2>
<p>
To checkout Overwatch click <a href="https://playoverwatch.com/en-us/">here</a>!
</p>
<p>
To checkout World of Warcraft click <a href="https://worldofwarcraft.com/en-us/">here</a>!
</p>
<p>
To checkout Rocket League click <a href="https://www.rocketleague.com/">here</a>!
</p>
<p>
To checkout Fallout click <a href="https://www.fallout4.com/age-gate">here</a>!
<p>
Return to <a href="../MatthewShepherd.github.io/index.html">Home</a>.
<p>
</body>
</html>