index.html (view raw)
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>home — aaoth.xyz</title>
7 <link href="style.css" rel="stylesheet"/>
8</head>
9<body>
10 <section>
11 <h1>hi, i'm la ninpre</h1>
12 <div class="win">
13 <p>i'm doing many different things, this website is meant to collect and display some of them.</p>
14 </div>
15 <h2>quick links</h2>
16 <div class="win">
17 <p>a list of most interesting pages at the moment.</p>
18 <ul>
19 <li><a href="decadv-2025.html">my 2025 december adventure log</a>.</li>
20 </ul>
21 </div>
22 <h2>contacts</h2>
23 <div class="win">
24 <p>here are some ways to contact me.</p>
25 <ul>
26 <li><b>fediverse</b>: @la_ninpre@merveilles.town or @lbr@snac.aaoth.xyz</li>
27 <li><b>xmpp</b>: la_ninpre@aaoth.xyz</li>
28 <li><b>mail</b>: aaoth at aaoth dot xyz</li>
29 </ul>
30 </div>
31 </section>
32 <footer>
33 <div class="win">
34 <p>copyright © 2025 la ninpre,
35 <a href="https://creativecommons.org/licenses/by-nc/4.0/">cc by-nc 4.0</a></p>
36 </div>
37 </footer>
38</body>
39</html>