-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.33 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
33
34
35
36
37
38
39
40
<!doctype html>
<html>
<head>
<title>Dig, Trump, Dig!</title>
<link rel='stylesheet' href='style.css'/>
</head>
<body>
<!--
<div id='run' class='trump trump-run down'></div>
<div id='idle' class='trump trump-idle down'></div>
<div id='walk' class='trump trump-walk down'></div><br>
<div id='run' class='trump trump-run left'></div>
<div id='idle' class='trump trump-idle left'></div>
<div id='walk' class='trump trump-walk left'></div><br>
<div id='run' class='trump trump-run right'></div>
<div id='idle' class='trump trump-idle right'></div>
<div id='walk' class='trump trump-walk right'></div><br-->
<div class='sky'><img src='flag.gif' id='flag' width='32' height='24'><img src='whitehouse.png' id='whitehouse' width='256' height='100'>
<img src='church.png' id='church'>
<img src='crowd1.gif' id='crowd'><img src='protester1.gif' id='protester1' class='protester'>
<img src='protester2.gif' id='protester2' class='protester'>
<img src='protester3.gif' id='protester3' class='protester'>
<div id='score'>$ 0.00</div>
</div>
</div>
<table id='board'>
<tbody>
<?php
?>
</tbody>
</table>
<img src='vault.png' id='vault'>
<div id='run' class='trump trump-run up'></div>
<div id='idle' class='trump trump-idle up'></div>
<div id='walk' class='trump trump-walk up'></div>
<script src='app.js'> </script>
</body>
</html>