-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtester.html
31 lines (24 loc) · 1.1 KB
/
tester.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="tester.css">
<title>Tester</title>
</head>
<body>
<section class="type1">
<p>Kimmy kim kim!!!!!!</p>
</section>
<section class="type2">
<p>Do a barrel roll!</p>
<p>BEHOLD YOUR OVERLORD AND TREMBLE <span class="mortals">MORTALS</span> SLAVES!</p>
</section>
<section class="maintext">
<p class="please">Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. Please don't execute me. </p>
<a class="forklift" href="http://tinyurl.com/z9bc79y">BOW DOWN</a>
</section>
<footer class= "main-footer">
<small>© Supreme Overlord Tyrant Queen Kimmy Kim, Mother of Forklifts</small>
</footer>
</body>
</html>