-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathappreciation.html
More file actions
45 lines (38 loc) · 961 Bytes
/
appreciation.html
File metadata and controls
45 lines (38 loc) · 961 Bytes
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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Appreciate Hardmath123</title>
<style>
body {
background-color: #EDD;
font-family: "Comic Sans MS", fantasy, serif;
text-align: center;
}
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>Appreciate Hardmath123</h1>
<p>
Like Hardmath123? <br/>
Learn something awesome from his blog? <br/>
Wanna buy him a beer? <br/>
Maybe you just think he's a cool guy? <br/>
</p>
<p>
<i>Well, you can't.</i>
</p>
<p>
Hardmath123 is under 21. However, he <i>would</i> happily accept a nice pizza!
</p>
<a href="https://order.dominos.com/en/pages/order/#/locations/search/">
SHOW YOUR APPRECIATION AND ORDER A PIZZA
</a>
<br/>
<small>You can always claim it's for charity when your parents get suspicious.</small>
<marquee><img src="static/rebrand-Muse-.png"></img></marquee>
<!--https://scratch.mit.edu/projects/138963146/-->
</body>
</html>