-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 885 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LearnWords</title>
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="bower_components/humane-js/themes/original.css">
<link rel="stylesheet" href="dist/css/main.css">
<link href="https://fonts.googleapis.com/css?family=Rubik+Mono+One&subset=cyrillic" rel="stylesheet">
</head>
<body>
<div id="paper"></div>
<div id="ui">
<div id="state">
<span>YOUR SCORE</span>
<span id="score">0</span>
</div>
<input id="submit" type="text" size="20">
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/PhysicsJS/dist/physicsjs-full.min.js"></script>
<script src="bower_components/humane-js/humane.min.js"></script>
<script src="dist/app.js"></script>
</body>
</html>