-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (38 loc) · 1.05 KB
/
index.html
File metadata and controls
52 lines (38 loc) · 1.05 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<style>
body {
background-image: url("https://cdn.tutsplus.com/mobile/uploads/legacy/Corona-SDK_Build-A-Snake-Game/1/6.png");
background-color: #cccccc;
}
</style>
</p>
<h2 id="score-container"></h2>
<div class= "question">
<h2 id="question-container"></h2>
<h3 id="answer-container"></h3>
<p id="letter-container"></p>
<h1 id= "win-container"></h1>
</div>
<div class="points">
<p id="points-container"></p>
<p id="length-container"></p>
</div>
<meta charset="utf-8">
<title>QUIZALCOATL</title>
<div class="entire-thing">
<div class="ad-right" id="board"></div>
<div class = "ad-left">
</div>
<p id="life-container"></p>
<div class="clear"></div>
</div>
<h1 id="game-title"></h1>
<div id="main"> </div>
<h2 id="leaderboard-header"></h2>
<ol id="leaderboard"> </ol>
</div>
<script src="src/index.js" charset="utf-8">. </script>
<link rel="stylesheet" href="design.css">
</head>