blob: 7314bc8a3d2b2f01bad443239dfff6f967bd4548 (
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
|
<!DOCTYPE html>
<html>
<head>
<title>Anime and cartoon room</title>
<style>
body {
color: black;
background-image: url('images/anime_and_cartoon_background.png');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<center>
<table border="1" width="60%">
<tr>
<td>
<h2>Why watch dweeb shit when there are useful things to do?</h2>
<p>
Because fuck you, dweeb shit is the best way to waste time!
</p>
</td>
</tr>
<tr>
<td>
<h2><a href="index.html">Back to main page</a></h2>
</td>
</tr>
<tr>
<td>
<h2>Where do I watch X show?</h2>
<p>
You pirate it! For simple dumdum streaming for non techy people check out
<a href="https://www.wcostream.tv/" target="_blank">wcostream</a>. To learn
more about pirating check out
<a href="https://fmhy.pages.dev" target="_blank">freemediaheckyeah</a>. If you
want to have more optinos, get HD or at least not the 240p shit, not have to wait
for it to buffer... you need to torrent.
<p/>
</td>
</tr>
</table>
</center>
</body>
</html>
|