32 lines
896 B
PHP
32 lines
896 B
PHP
<!doctype html5>
|
|
<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 id="background">
|
|
<p>idk waht to put here for now so have this table</p>
|
|
<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>
|
|
</body>
|
|
</html>
|