Add files
This commit is contained in:
commit
fe88c04e73
2 changed files with 47 additions and 0 deletions
47
index.html
Normal file
47
index.html
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
<!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>
|
||||||
|
|
||||||
|
<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>
|
BIN
rock.jpg
Normal file
BIN
rock.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in a new issue