-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.47 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.47 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">
<link href="https://fonts.googleapis.com/css2?family=Cookie&family=Special+Elite&display=swap" rel="stylesheet">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Unhinged: A Day in the Life of a Karen</title>
</head>
<body>
<div class ="mainheading">
<button id="button" input type="reset" value="Reset">Start Over</button>
<h1>Unhinged: A Day in the Life of a Karen</h1>
</div>
<div class="container">
<div id="question">Question</div>
</div>
<div id ="choicebox">
<div id ="choices">
<div id="choice1" class="button1">
<h3>Objective: There's not really one, just be the best Karen you can be and see where it takes you!
Don't think too much about it being realistic like I did (in the real world, most of the choices presented won't fly)
Be the best Karen you can be by earning points. Points will result in different endings. (Based on true
Karen stories).
</h3>
<input style="visibility:hidden;" button type="button"></button>
</div>
<div id="choice2" class="button2">
<input style="visibility:hidden;" button type="button" button id="button2"></button>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>