-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (28 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" text="text/css ">
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="overview">
<div class="title">
<h1 id = "quote">How are you feeling?</h1>
<div>
<button id="happy" class="select">Happy! </button>
<button id="ok" class="select">"OK"</button>
<button id="blah" class="select">Blah..</button>
<button id="meds" class="select">Need My Meds</button>
</div>
</div>
</div>
<div class="viewport">
<h1 id="words">Welcome. <br> Please select a button.</h1>
</div>
<script src="main.js"></script>
</body>
</html>