-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
28 lines (27 loc) · 1.09 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<script>
window.$ = window.jQuery = require('jquery');
</script>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/tether/dist/js/tether.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body>
<div class="modal-body">
<table class="table">
<tr><td>Up: Up Arrow</td><td>Down: Down Arrow</td></tr>
<tr><td>Left: Left Arrow</td><td>Right: Right Arrow</td></tr>
<tr><td>Start: S</td><td>Pause: Ctrl</td></tr>
<tr><td>Resume: Space/S</td><td>Clear Best Score: C</td></tr>
<tr><td>Restart: R</td><td></td></tr>
</table>
</div>
</div>
</body>
</html>