fix issue with index.html

This commit is contained in:
Kio 2025-04-01 06:13:48 -05:00
parent 0c260a940c
commit a6bfc71811

View file

@ -0,0 +1,27 @@
<html>
<head>
<title>Kio's musings</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<div id="info">
<h1>Kio's Musings</h1>
</div>
</header>
<section id="about">
hi! i'm kio. i like to write stories, species and characters. <br>
You can find me around the internet, at <a href="https://kitsunes.club/@kio">@kio@kitsunes.club</a>.
</section>
<article>
<div id='Plantfolk' class='sortedcolumn'>
<h2>Plantfolk</h2>
<a href="Plantfolk/Emphrii.html" title="Gentle creatures that love company.">Emphrii</a>
<a href="Plantfolk/Sirsk.html" title="An Invasive, Parasitic Species that would just _love_ to meet you.">Sirsk</a>
</div><div id='Android' class='sortedcolumn'>
<h2>Android</h2>
<a href="Android/Fero.html" title="Time has proven that, after years of service, you can always trust a Fero to get the job done.">Fero</a>
</div>
</article>
</body>
</html>