diff options
author | 9mmilly <9mmilly@protonmail.com> | 2025-04-12 18:21:08 +0200 |
---|---|---|
committer | 9mmilly <9mmilly@protonmail.com> | 2025-04-12 18:21:08 +0200 |
commit | 626f07c8cb8839c93f4f740c8b2fe9e23cd5751b (patch) | |
tree | f766ed3df15b761a866f44e2fac8dd829aa360ce /index.html |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..47c35e3 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ +<!DOCTYPE html> +<html> +<head> + <title>9mmilly.net</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" type="image/x-icon" href="img/eye.png"> + <link rel="stylesheet" type="text/css" href="style.css"> +</head> +<body> +<div id="container"> + + <div id="info"> + <ul> + <li><a href="mailto:9mmilly@protonmail.com">email</a></li> + <li><a href="files/9mmilly.asc">gpg key</a></li> + <li><a href="https://git.9mmilly.net">git</a></li> + <li><a href="https://soundcloud.com/9mmillyy">soundcloud</a></li> + </ul> + </div> + +<div id="main"> + + <a href="files/message"> + <img src="img/navi.jpg" alt="navi"> + </a> + <h1>9 m m i l l y . n e t</h1> + <p>hello, hope you find what you are looking for.</p> + <div class="buttons"> + <a href="https://www3.nns.ne.jp/~tk-mto/kikiyamaHP.html"> + <img src="img/buttons/yumenikki.gif" alt="yume nikki" width="88" height="31"> + </a> + + <a href="https://www.debian.org/"> + <img src="img/buttons/debian-lesbian.png" alt="hosting this very site" width="88" height="31"> + </a> + + <a href="https://store.steampowered.com/app/1490060/Disillusion/"> + <img src="img/buttons/disillusion.gif" alt="disillusion" width="88" height="31"> + </a> + + <a href="https://archive.org/details/09-sel-protocol/"> + <img src="img/buttons/lain.gif" alt="disillusion" width="88" height="31"> + </a> + + <a href="https://corru.observer/"> + <img src="img/buttons/corruobserver.gif" alt="corru" width="88" height="31"> + </a> + </div> + +</div> +<footer> + <p>6C 6F 6C 20 6D 61 64 65 20 75 20 6C 6F 6F 6B</p> +</footer> + +</body> +</html> + |