added index.php

This commit is contained in:
zombie maniac 2021-08-10 06:35:33 -04:00
parent c81b0f7468
commit 5858745b36

32
index.php Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html5>
<html>
<head>
<title>ufzombiemaniac</title>
<style>
#background {
background: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.kym-cdn.com%2Fentries%2Ficons%2Fmobile%2F000%2F032%2F558%2Ftemp6.jpg);
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">asdasdasd.php</a></th>
<th><a href="test.php">test.php</a></th>
<th><a href="404.html">404.html</a></th>
</tr>
<tr>
<th><a href="favicon.ico">favicon.ico</a></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><a href="LICENSE">LICENSE</a></th>
</tr>
<tr>
<th><a href="README.md">README.md</a></th>
<th><a href="php.php">php.php</a></th>
</tr>
</table>
</body>
</html>