-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.09 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
28
29
30
31
32
33
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<script src="https://code.jquery.com/jquery-1.11.3.min.js"
type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"
type="text/javascript"></script>
<script async
src="js/jquery.cookie.js"
type="text/javascript"></script>
<link href="//fonts.googleapis.com/css?family=Source+Code Pro:200,300,400,500,600,700,900"
rel="stylesheet"
type="text/css">
<link rel="stylesheet"
href="css/screen0.1.css" />
<title>SnakeIt - the math snake</title>
</head>
<body>
<div id="container">
<h3 id="menu"><a href="javascript:void(0);" id="restart">Restart</a> <a href="javascript:void(0);" id="reload" class="hidden">Reload</a></h3>
<div id="theBoard"></div>
<h3 id="theScore"
class="noPush">0</h3>
</div>
<script async
src="js/summit0.2.js"
type="text/javascript"></script>
</body>
</html>