forked from jromeem/Octocat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
23 lines (23 loc) · 815 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/game.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
</head>
<body>
<div id="header"></div>
<div id="content">
<div id="gameDiv">
<div id="canvasDiv"></div>
<div id="wordDiv">
WHAT IS THIS<br />
<input type="text" id="wordInput" />
</div>
</div>
<!-- <a href="next page"><img src="trashhhh" id="createButton" /></a>
<a href="other next page"><img src="other trash" id="playButton" /></a> -->
</div>
</body>
</html>