2023-10-14 23:19:34 -04:00
|
|
|
<!DOCTYPE html>
|
2024-01-29 22:14:50 -05:00
|
|
|
<html lang="en">
|
|
|
|
|
2023-10-14 23:19:34 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2024-01-29 22:14:50 -05:00
|
|
|
<title>The Mycelial Network</title>
|
2023-10-14 23:19:34 -04:00
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
2023-09-03 23:48:44 -04:00
|
|
|
|
2024-01-29 22:14:50 -05:00
|
|
|
<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>
|
2023-10-14 23:19:34 -04:00
|
|
|
</body>
|
2024-01-29 22:14:50 -05:00
|
|
|
|
2024-01-29 20:46:10 -05:00
|
|
|
</html>
|