-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-game.html
26 lines (21 loc) · 904 Bytes
/
about-game.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
<!DOCTYPE html>
<html>
<head>
<script>document.writeln('<title>' + document.domain + ': Smith Word Game About</title>');</script>
<link rel="stylesheet" type="text/css" href="css/smith.css">
<script src="ext/enums.js"></script>
<script src="ext/jquery-1.8.3.min.js"></script>
<script src="js/smith.js"></script>
</head>
<body>
<div class="page-header"><h1>About Smith</h1></div>
<p>
Smith is a unique game for wordsmith enthusiasts. It will stretch your mind to its limit. We hope you enjoy!
Concept Programming
Lea Singer Joshua Jacobson
Josh Singer
Copyright 2013 BSD Media All Rights Reserved
</p>
<button id="main-menu" class="btn btn-large"><a href="index.html">Main Menu</a></button>
</body>
</html>