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>aaoth.xyz</title>
7 <style>
8 html{background:#777}
9 body{margin:1em auto;max-width:850px;color:#000;background:#fff;padding:0.5em;border:4px solid #5aa}
10 a{color:#005;}
11 img{max-width:100%}
12 </style>
13</head>
14<body>
15 <section>
16 <h1>hi, i'm la ninpre</h1>
17 <p>i'm doing many different things, this website is meant to collect and display some of them.</p>
18 <p>in year 2025 i want to participate in <a href="https://eli.li/december-adventure">december adventure</a>. here's a link to my log: <a href="decadv-2025.html">december adventure 2025</a></p>
19 <h2>contacts</h2>
20 <p>here are some ways to contact me.</p>
21 <ul>
22 <li><b>fediverse</b>: @la_ninpre@merveilles.town or @lbr@snac.aaoth.xyz</li>
23 <li><b>xmpp</b>: la_ninpre@aaoth.xyz</li>
24 <li><b>mail</b>: aaoth at aaoth dot xyz</li>
25 </ul>
26 </section>
27</body>
28</html>