Compare commits
2 commits
ce7923dd5b
...
61c0304340
Author | SHA1 | Date | |
---|---|---|---|
61c0304340 | |||
5d02bfd411 |
2 changed files with 18 additions and 6 deletions
|
@ -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>
|
||||
|
|
20
index.html
20
index.html
|
@ -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>bottom text</th>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue