forked from jasondecastro/gitshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·88 lines (88 loc) · 2.47 KB
/
index.html
File metadata and controls
executable file
·88 lines (88 loc) · 2.47 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE HTML>
<!-- Website Template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Game Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="background">
<div id="header">
<div>
<div>
<a href="index.html" class="logo"><img src="images/logo.png" alt=""></a>
<ul>
<li class="selected">
<a href="index.html" id="menu1">home</a>
</li>
<li>
<a href="media.html" id="menu2">media</a>
</li>
<li>
<a href="games.html" id="menu3">games</a>
</li>
<li>
<a href="about.html" id="menu4">about</a>
</li>
<li>
<a href="blog.html" id="menu5">blog</a>
</li>
</ul>
</div>
</div>
</div>
<div id="body">
<div>
<div>
<div class="featured">
<img src="images/featured-game.png" alt="">
</div>
<div class="section">
<div>
<h3>This is just a place holder</h3>
<div>
<p>
This is just a place holder, so you can see what the site would look like. You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template without linking back to us. You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template <a href="blog.html" class="more">read more</a>
</p>
</div>
</div>
<div>
<h3>games</h3>
<div>
<a href="games.html" class="figure"><img src="images/games.jpg" alt=""></a>
<span><a href="games.html">This is just a place holder</a></span>
</div>
</div>
<div>
<h3>media</h3>
<div>
<a href="media.html" class="figure"><img src="images/media.jpg" alt=""></a>
<span><a href="media.html">This is just a place holder</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div>
<ul>
<li id="facebook">
<a href="http://freewebsitetemplates.com/go/facebook/">facebook</a>
</li>
<li id="twitter">
<a href="http://freewebsitetemplates.com/go/twitter/">twitter</a>
</li>
<li id="googleplus">
<a href="http://freewebsitetemplates.com/go/googleplus/">googleplus</a>
</li>
</ul>
<p>
@ copyright 2012. all rights reserved.
</p>
</div>
</div>
</div>
</body>
</html>