2024-08-15 04:38:56 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>I EAT ROCKS</title>
|
|
|
|
|
2024-08-15 06:26:51 +00:00
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
|
2024-08-15 04:38:56 +00:00
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width:100lvw;
|
|
|
|
height:100lvh;
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
position:absolute;
|
|
|
|
top:2px;
|
|
|
|
z-index: 1;
|
|
|
|
left:2px;
|
|
|
|
color:white;
|
|
|
|
text-shadow: 2px 2px 4px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
position:absolute;
|
|
|
|
top:20px;
|
|
|
|
z-index: 1;
|
|
|
|
left:2px;
|
|
|
|
color:white;
|
|
|
|
text-shadow: 2px 2px 4px black;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="rock.jpg" />
|
|
|
|
<a href="https://directory.possiblyaxolotl.com">Directory</a>
|
|
|
|
<p>coming soon</p>
|
|
|
|
</body>
|
|
|
|
</html>
|