added linus everywhere

You don't think it l0oks great? I think it looks great.
This commit is contained in:
zombie maniac 2021-08-08 11:06:15 -04:00
parent ce7923dd5b
commit 5d02bfd411

View file

@ -2,19 +2,31 @@
<html> <html>
<head> <head>
<title>ufzombiemaniac</title> <title>ufzombiemaniac</title>
<style>
#background {
background: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.imgur.com%2FY2AdE3p.png);
background-size: 100%;
}
</style>
</head> </head>
<body> <body id="background">
<p>idk waht to put here for now so have this table</p> <p>idk waht to put here for now so have this table</p>
<table style="background-color:Tomato;"> <table id="background">
<tr> <tr>
<th><a href="asdasdasd.php">fuck1</a></th> <th><a href="asdasdasd.php">fuck1</a></th>
<th>fuck2</th> <th>fuck2</th>
<th>fuck3</th> <th>fuck3</th>
</tr> </tr>
<tr>
<th>left text</th>
<th><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jdUXfsMTv7o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></th>
<th>right text</th>
</tr>
<tr> <tr>
<th>bottom text</th> <th>bottom text</th>
<th>middle text</th>
</tr> </tr>
</table> </table>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jdUXfsMTv7o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body> </body>
</html> </html>