forked from mcferrod19/Scriptfighter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgameOne.html
More file actions
28 lines (23 loc) · 697 Bytes
/
gameOne.html
File metadata and controls
28 lines (23 loc) · 697 Bytes
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>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/gameOne.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
</head>
<body>
<div id="page-2" class="page">
<div class="into2">
<h2 class=position>GUESS YOUR POSITION</h2>
<div class="cubes">
<input type="number" class="input" name="input">
</div>
<p class="response"></p>
<button class="buttonplay">Try</button>
</div>
</div>
<script src="js/gameOne.js" charset="utf-8"></script>
</body>
</html>