diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-12 14:07:18 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-12 14:07:18 +0000 | 
| commit | c2d46da747c4901c7fd7821c0fde715dd6bbf3a1 (patch) | |
| tree | b22f0f20a0878211eea54a06878090c5643d97a4 /anime_and_cartoon_room.html | |
| parent | 04fdc9e72bf0ca77def196a1a2d4cd3514fbaeaf (diff) | |
| download | shittyweb-c2d46da747c4901c7fd7821c0fde715dd6bbf3a1.tar.gz shittyweb-c2d46da747c4901c7fd7821c0fde715dd6bbf3a1.tar.bz2 shittyweb-c2d46da747c4901c7fd7821c0fde715dd6bbf3a1.zip  | |
Working on tv corner
Diffstat (limited to 'anime_and_cartoon_room.html')
| -rw-r--r-- | anime_and_cartoon_room.html | 61 | 
1 files changed, 0 insertions, 61 deletions
diff --git a/anime_and_cartoon_room.html b/anime_and_cartoon_room.html deleted file mode 100644 index 7314bc8..0000000 --- a/anime_and_cartoon_room.html +++ /dev/null @@ -1,61 +0,0 @@ -<!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>  | 
