forked from ibbyib/myplaceofpeace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgaming.html
38 lines (38 loc) · 1.67 KB
/
gaming.html
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
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>RawDamage | Online Gaming</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="reset.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="nav">
<ul>
<li><a href=""><div class="logo">RawDamage</div></a></li>
<div class="list">
<li><a href="">Home</a></li>
<li><a href="">Games</a></li>
<li><a href="">Tournaments</a></li>
</div>
</ul>
</div>
<iframe width="210" height="158" src="//www.youtube.com/embed/a1Y73sPHKxw" frameborder="0" allowfullscreen></iframe>
<div id="innerwrapper">
<h1>Put your titles here</h1>
<p>and put your content here! Content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test, content test. If you want, I can get a sidebar put in over here -----></p>
<p><a href="#">Read more...</a></p>
</div>
<div id="second-story">
<h1>Here is an example of another story</h1>
<p>content goes here, as always. content test, content test, content test, content test, content test, content test, content test, content test, content test, content test.</p>
<p><a href="#">Read more...</a></p>
</div>
<div id="third-story">
<h1>Filling out the screen now</h1>
<p>Just trying to make it so that the scroll bar is there. content test, content test, content test, content test, content test, content test, content test, content test</p>
<p><a href="#">Read more...</a></p>
</div>
<footer>©RawDamage 2014</footer>
</body>
</html>