summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 12 insertions, 7 deletions
diff --git a/index.html b/index.html
index 2ce4afb..7883928 100644
--- a/index.html
+++ b/index.html
@@ -4,25 +4,30 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>aaoth.xyz</title>
- <style>
- html{background:#777}
- body{margin:1em auto;max-width:850px;color:#000;background:#fff;padding:0.5em;border:4px solid #5aa}
- a{color:#005;}
- img{max-width:100%}
- </style>
+ <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>
- <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>
+ </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>
</body>
</html>