-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 915 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
normalize.css removes cross-browser differences in defaults, e.g.,
differences in how form elements appear between Firefox and IE
See: http://necolas.github.com/normalize.css/
-->
<link href='http://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<!--
application.css is where you put your styles
-->
<link rel="stylesheet" href="css/application.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/mousetrap.js"></script>
<script src="js/underscore.js"></script>
<script src="js/game.js"></script>
<script src="js/application.js"></script>
<title>256!</title>
</head>
<body>
<div id="container">
</div>
<div id="jumbotron">SCORE<div id="scoreboard">0</div></div
</body>
</html>