Compare commits

...

2 commits

Author SHA1 Message Date
61c0304340 changed asdasdasd.php 2021-08-08 11:16:33 -04:00
5d02bfd411 added linus everywhere
You don't think it l0oks great? I think it looks great.
2021-08-08 11:06:15 -04:00
2 changed files with 18 additions and 6 deletions

View file

@ -3,11 +3,11 @@
<title>asdasdasd</title>
</head>
<body>
<p sytle="background-color:Cyan;">I HATE DOCKER I HATE DOCKER I HATE DOCKER</p>
<p style="background-color:Cyan;">I HATE DOCKER I HATE DOCKER I HATE DOCKER</p>
<table style="background-color:Tomato;">
<tr>
<th href="asdasdasd.php">fuck1</th>
<th>fuck2</th>
<th>welcome to asdasdasd.php enjoy your stay :)</th>
<th>fuck3</th>
</tr>
<tr>

View file

@ -2,19 +2,31 @@
<html>
<head>
<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>
<body>
<body id="background">
<p>idk waht to put here for now so have this table</p>
<table style="background-color:Tomato;">
<table id="background">
<tr>
<th><a href="asdasdasd.php">fuck1</a></th>
<th>fuck2</th>
<th>fuck3</th>
</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>
<th>bottom text</th>
<th>middle text</th>
</tr>
</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>
</html>