i-eat.rocks/index.html
PossiblyAxolotl 1035e52cbe add favicon
2024-08-15 00:26:51 -06:00

49 lines
No EOL
1,020 B
HTML

<!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>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<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>