-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoomoo.html
33 lines (33 loc) · 1.02 KB
/
moomoo.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>For Mooomoo</title>
<link href='https://fonts.googleapis.com/css?family=Josefin Sans' rel='stylesheet'>
<link rel = "stylesheet" href="CSS/moomoo.css">
</head>
<body>
<div class="text-container">
<h1>
I heard it was your bday today!
</h1>
<p>
But just to be sure that this is really you, you'll need to answer a few questions.
</p>
<br>
<div class="button-container">
<a href="quiz.html">
<button class="button-56" role="button">
Continue
</button>
</a>
<a href="index.html">
<button class="button-56" role="button">
NOOOOO I DONT WANT TO DO THIS
</button>
</a>
</div>
</div>
</body>