blob: 47c35e319302f34bfcba8fca52b052baa1058fdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>
|