-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.3 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<script>document.writeln('<title>' + document.domain + ': Smith Word Game Navigation</title>');</script>
<link rel="stylesheet" type="text/css" href="css/smith.css">
<link rel="stylesheet" type="text/css" href="css/game.css">
</head>
<body>
<div class="center-all-h">
<div class="center-all-v">
<div class="page-header"></div>
<nav>
<ul class="main-nav">
<li><a href="game.html"><img src="res/images/menu/new-game.png"/></a></li>
<li><a href="how-to-play.html"><img src="res/images/menu/how-to-play.png"/></a></li>
<li><a href="score-points.html"><img src="res/images/menu/score-points.png"/></a></li>
<li><a href="bonus-words.html"><img src="res/images/menu/bonus-words.png"/></a></li>
<li><a href="high-score.html"><img src="res/images/menu/high-score.png"/></a></li>
<li><a href="about-game.html"><img src="res/images/menu/about-game.png"/></a></li>
</ul>
</nav>
<span id="footer">Copyright 2013 BSD Media All Rights Reserved</span>
</div>
</div>
</body>
</html>