diff options
Diffstat (limited to 'anime_and_cartoon_room.html')
-rw-r--r-- | anime_and_cartoon_room.html | 61 |
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> |