<!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>