Fix broken links in projects page

This commit is contained in:
sepia 2025-08-02 18:54:06 -05:00
parent b4506d52cc
commit acabb2cdd4
1 changed files with 6 additions and 7 deletions

View File

@ -2,21 +2,20 @@
<h2>Projects</h2> <h2>Projects</h2>
<ul> <ul>
<li> <li>
<a href="gomoku.sepiatones.xyz">Gomoku!</a> - a simple multiplayer <a href="https://gomoku.sepiatones.xyz">Gomoku!</a> - a simple multiplayer
implementation of the game Gomoku implementation of the game Gomoku
</li> </li>
<li> <li>
<a href="civ.plus">Civ+</a> - a sandbox MMORPG where players build nations <a href="https://civ.plus">Civ+</a> - a sandbox MMORPG where players build
nations
</li> </li>
<li> <li>
<a href="https://git.sepiatones.xyz/sepia/sepiatones_xyz" <a href="https://sepiatones.xyz">sepiatones.xyz</a>
>sepiatones.xyz</a
>
- the website you're on - the website you're on
</li> </li>
<li> <li>
<a href="git.sepiatones.xyz/sepia/pantalaimon">Pantalaimon</a> - an AI <a href="https://git.sepiatones.xyz/sepia/pantalaimon">Pantalaimon</a> -
coding agent an AI coding agent
</li> </li>
</ul> </ul>
</article> </article>