webdir/codersquack.nl/index.html
2025-07-10 21:48:12 +02:00

20 lines
811 B
HTML

<!DOCTYPE html>
<html> <!-- TODO: make the site better-->
<head>
<title> The Flock's homepage</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<center><h1>NeoFlock's Home</h1></center>
<i>It no longer only belongs to me! (mewhenthe) (ps. this site sucks rn because it's under construction so ignore the badness)</i>
NeoFlock is a group of ducks that like to make software.
<h3>Members</h3>
*todo*
<h3>Links</h3>
<ul>
<li><a href="https://github.com/NeoFlock/">Github Org</a></li>
<li><a href="https://gitea.codersquack.nl/neoflock">Org on gitea instance</a></li>
<li><a href="https://flockwiki.codersquack.nl">Wiki</a></li>
</ul>
</body>
</html>