aboutsummaryrefslogtreecommitdiff
path: root/anime_and_cartoon_room.html
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-03-12 04:28:54 -0600
committernathansmith <nathansmith@posteo.com>2025-03-12 04:28:54 -0600
commit04fdc9e72bf0ca77def196a1a2d4cd3514fbaeaf (patch)
tree11c6e930bd329668a0b7e9f635f072b515970137 /anime_and_cartoon_room.html
parentb1db6d94e25e81c9339c4d46e81b6c7605cc1aea (diff)
Working on a new room
Diffstat (limited to 'anime_and_cartoon_room.html')
-rw-r--r--anime_and_cartoon_room.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/anime_and_cartoon_room.html b/anime_and_cartoon_room.html
new file mode 100644
index 0000000..7314bc8
--- /dev/null
+++ b/anime_and_cartoon_room.html
@@ -0,0 +1,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>