summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 25d90e98b59e403df4b007b5242d8225a986617d (plain) (blame)
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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>home — aaoth.xyz</title>
	<link href="style.css" rel="stylesheet"/>
</head>
<body>
	<section>
		<h1>hi, i'm la ninpre</h1>
		<div class="win">
		<p>i'm doing many different things, this website is meant to collect and display some of them.</p>
		</div>
		<h2>quick links</h2>
		<div class="win">
		<p>a list of most interesting pages at the moment.</p>
		<ul>
			<li><a href="decadv-2025.html">my 2025 december adventure log</a>.</li>
		</ul>
		</div>
		<h2>contacts</h2>
		<div class="win">
		<p>here are some ways to contact me.</p>
		<ul>
			<li><b>fediverse</b>: @la_ninpre@merveilles.town or @lbr@snac.aaoth.xyz</li>
			<li><b>xmpp</b>: la_ninpre@aaoth.xyz</li>
			<li><b>mail</b>: aaoth at aaoth dot xyz</li>
		</ul>
		</div>
	</section>
	<footer>
	<div class="win">
		<p>copyright © 2025 la ninpre,
		<a href="https://creativecommons.org/licenses/by-nc/4.0/">cc by-nc 4.0</a></p>
	</div>
	</footer>
</body>
</html>