-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel = "stylesheet" type = "text/css" href = "nokeys.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type = "text/javascript" src = "nokeys.js"></script>
<script type = "text/javascript" src = "words.js"></script>
<title>No Keys</title>
</head>
<body>
<div id="score">score: </div>
<div id = "word"></div>
<div id="keyboard">
<div class="row top"></div>
<div class="row middle"></div>
<div class="row bottom"></div>
</div>
<div class="reset" onclick = "restart()">Start Over</div>
<!-- <div class = "row keyboard-functions"></div> -->
<!-- <div class="instructions">press enter to try a word. press spacebar to restart.</div> -->
</body>
</html>