myco.systems/public/index.html
2024-01-29 22:14:50 -05:00

28 lines
No EOL
832 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Mycelial Network</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="center-text">
<ul>
<li><a href="https://myco.systems" target="_blank">Myco.Systems</a></li>
<ul>
<li><a href="https://coop.myco.systems" target="_blank">Coop.Myco.Systems</a></li>
<ul>
<li><a href="https://squattheplanet.com/" target="_blank">SquatThePlanet.com</a></li>
<li><a href="https://wiki.hemera.network/" target="_blank">Wiki.Hemera.Network</a></li>
</ul>
<li><a href="https://web.myco.systems" target="_blank">Web.Myco.Systems</a></li>
</ul>
</ul>
</div>
<script src='//unpkg.com/simplex-noise@2'></script>
<script src="./script.js"></script>
</body>
</html>