blob: c913c733741ad44018fb2e0b6af790325229d159 (
plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<!DOCTYPE html>
<html>
<head>
<title>Blahaj room</title>
<style>
body {
color: black;
background-image: url('images/blahaj_background.jpg');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<center>
<h1>Blahaj!!!!</h1>
<table border="1" width="60%">
<tr>
<td>
<h2>If you don't have a blahaj BUY ONE NOW!!</h2>
<a href="https://blahaj.quest" target="_blank">Look here to find your blahaj today!</a>
<p>It will improve your life</p>
</td>
</tr>
<tr>
<td>
<h2>Reasons why blahaj is bad ass:</h2>
<ul>
<li>Blahaj is a shark</li>
<li>Blahaj is light blue</li>
<li>Blahaj is the perfect cuddle size for everyone</li>
<li>Blahaj also works very well as a pillow</li>
<li>Blahaj is soft</li>
<li>Blahaj is perfect for pictures with a cat or doggo</li>
<li>Blahaj is inclusive and a great comrade to the lgbtq+ community</li>
<li>There is too many reasons to list here</li>
</ul>
<h2>Reasons why blahaj isn't bad bass:</h2>
<p>
There is none. Blahaj is the best 30 american bucks you can ever spend on ANYTHING!
</p>
<img src="https://media.tenor.com/yiO4tNS5CtkAAAAM/blahaj.gif" alt="Blahaj hate crime" width="30%"/>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2>Spam</h2>
<img src="https://media1.tenor.com/m/h6T7YUwIn5UAAAAC/blahaj-go-spinny-blahaj.gif" alt="Blahaj go spinny" width="40%"/>
<img src="https://media1.tenor.com/m/EDi5YeeBspIAAAAd/omg-i-love-my-blahaj-so-much-just-kidding-die.gif" alt="DIE BLAHAJ!" width="40%"/>
<img src="https://media1.tenor.com/m/NpyBsaAUbPoAAAAd/ikea-blahaj.gif" alt="Blahaj getting washed" width="40%"/>
<img src="https://media1.tenor.com/m/Z2NIgmVFce0AAAAC/blahaj-z3n.gif" alt="Blahaj jump scare" width="40%"/>
</td>
</tr>
</table>
</center>
</body>
</html>
|