-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.64 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Menu</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/index.css">
<!-- import the webpage's javascript file -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/index.js"></script>
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
</head>
<body>
<h1>Defending Democracy</h1>
<div class="master">
<div class="text">
<p>Although the Hong Kong protests have been resolved, it remains an important part of our modern history. Many people fought to ensure the bill would not pass so they could keep the rights important to them. </p>
<p>In this game, you will deploy protestors to protect the courthouse so the citizens' democracy will be protected.</p>
</div>
<div class="imgs">
<img src="https://cdn.glitch.com/659a004c-b854-4d83-a61d-d6d9c501eb61%2FUntitled6_20200207122635.png?v=1581107306374" class="gif">
<img src="https://cdn.glitch.com/659a004c-b854-4d83-a61d-d6d9c501eb61%2FUntitled7_20200207123058.png?v=1581107479101" class="gif">
<img src="https://cdn.glitch.com/659a004c-b854-4d83-a61d-d6d9c501eb61%2FUntitled5_20200207115550.png?v=1581105387435" class="gif">
</div>
</div>
<a href="gamePage.html"><button id="start">Start Game!</button></a>
<button id="helpButton">Help?</button>
</body>
</html>