-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestimonials.html
57 lines (56 loc) · 1.93 KB
/
testimonials.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
{{ include "include/head.html" "testimonials" "what users are saying about holedaemon.net" }}
<link rel="stylesheet" href="/static/css/testimonials.css">
</head>
<body>
<div id="header">
<h1>testimonials</h1>
<h2>what users are saying about holedaemon.net</h2>
<a href="/">home</a>
</div>
<div id="testimonials">
<div>
<h1>yeah</h1>
<h2>— Rayme</h2>
</div>
<div>
<h1>I missed the school bus to be here</h1>
<h2>— Corey</h2>
</div>
<div>
<h1>I can barely feel anything since the accident. Five stars.</h1>
<h2>— Captain "Dylan" Mack</h2>
</div>
<div>
<h1>i took three semesters of html and all i got was this lousy div</h1>
<h2>— Jay</h2>
</div>
<div>
<h1>if you thought eating salmiak covered menthols was hard, try scrotegang</h1>
<h2>— bastian</h2>
</div>
<div>
<h1>wanna hop on fortnite</h1>
<h2>— mettic</h2>
</div>
<div>
<h1>Psychically satisfied! The most stars</h1>
<h2>— Joe "powerfulposter" Person 6</h2>
</div>
<div>
<h1>are you recording? fucking turn that shit o</h1>
<h2>— astrobastard</h2>
</div>
<div>
<h1>Max gave me rheumatoid arthritis</h1>
<h2>— Jenna "AddyLinear" Armadillo</h2>
</div>
<div>
<h1>I can cum out of my mouth now. Thanks Demon of Holes!</h1>
<h2>— Xandropolis</h2>
</div>
</div>
</body>
</html>