-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhighscore.html
56 lines (45 loc) · 1.61 KB
/
highscore.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>naubino highscore</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/github-badge.css" type="text/css" />
<script type="text/javascript" src="lib/zepto/dist/zepto.js"></script>
<script type="text/javascript" src="lib/underscore/underscore-min.js"></script>
<script type="text/javascript" src="js/highscore.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="hero-unit">
<div class="row-fluid">
<h1>naubino</h1>
<p>
This highscore uses localstorage. For now you will only find scores reached on this machine. <br/>
</p>
</div>
<div class="row-fluid">
<div class="span5 ">
<p> <a class="btn btn-primary" href="index.html">
back to the game
</a> </p>
</div>
<div class="span7 ">
If you liked this game, please go ahead and <a href="http://flattr.com/thing/685359/naubino" target="_blank"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
</div>
</div>
</div>
</div>
<div class="row">
<h2>local highscore</h2>
<p>
<table class="table table-striped table-condensed">
<tbody class="highscore_table">
</tbody>
</table>
</p>
</div>
</div>
</body>
</html>