myco.systems/public/index.html

57 lines
2.2 KiB
HTML
Raw Normal View History

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">
2024-02-04 18:07:06 -05:00
<link rel="stylesheet" href="./tabs.css">
2024-02-04 14:40:40 -05:00
<link rel="stylesheet" href="./modal.css">
<link rel="icon" href="icons/red-background/favicon.ico" type="image/x-icon">
2023-10-14 23:19:34 -04:00
</head>
2023-09-03 23:48:44 -04:00
2024-01-29 22:14:50 -05:00
<body>
<div class="center-text">
2024-02-04 17:52:50 -05:00
<a>Hi! It's good to see you \( o )/</a>
2024-02-04 14:40:40 -05:00
<div class="bullet-text ">
<ul class="links">
<li><a href="https://myco.systems" target="_blank">Myco.Systems</a></li>
2024-01-29 22:14:50 -05:00
<ul>
2024-02-04 14:40:40 -05:00
<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>
2024-02-04 17:52:50 -05:00
<li><a href="https://git.myco.systems" target="_blank">Git.Myco.Systems</a></li>
2024-01-29 22:14:50 -05:00
</ul>
</ul>
2024-02-04 14:40:40 -05:00
</div>
<details class="modal">
<summary class="modal__toggle"></summary>
<div class="modal__background">
<div class="modal__body" tabindex="-1" role="dialog" aria-labelledby="modal__label" aria-live="assertive" aria-modal="true">
<p id="modal__label" class="modal__text">
Donations go to making sure we can keep all of our free services running ♡⸜(ˆᗜˆ˵ )⸝♡
<br><br>
2024-02-04 20:06:20 -05:00
<b>The following cryptocurrencies are supported:</b>
2024-02-04 14:40:40 -05:00
<br><br>
<b class="crypto-name">Monero (XMR):</b><span class="crypto-address">49r2aeun8DtV5VqZpZSwRpS83WfUWEaLt4NG8HJwwVkbiT1vSsXTXrPFKkKTdc6MPX9iezbTidNPvhGZKCnM1338TfK6Hgi</span>
<br>
<b class="crypto-name">Litecoin (LTC):</b><span class="crypto-address">LRAm7h5XENknfYEpbdVsvyGY8D6MiXGTDV</span>
<br>
<b class="crypto-name">Bitcoin (BTC):</b><span class="crypto-address">bc1qkv97ajh7f0a72l9rsjd3fmmly5q5uywr06q3x0</span>
</p>
</div>
</div>
</details>
</div>
2024-01-29 22:14:50 -05:00
</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>