-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathten.html
35 lines (31 loc) · 853 Bytes
/
ten.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
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The end.</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 50px;
line-height: 1.6;
}
h1 {
font-size: 2em;
margin-bottom: 20px;
}
p {
font-size: 1em;
margin: 15px 0;
}
</style>
</head>
<body>
<h1>You did it!</h1>
<p>Amazing job, and I hope you've had a blast!<br/>Look beneath Ms. Cline's desk to find the prize you've earned at last!</p>
<p>Is the prize missing? You can try talking with Ms. Cline or<br/>contact this secret email address (but it might take a while to respond!):<br/>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</body>
</html>