myco.systems/public/index.html

14 lines
267 B
HTML
Raw Normal View History

2023-10-14 23:19:34 -04:00
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
2024-01-29 20:46:10 -05:00
<title>CodePen - Globe</title>
2023-10-14 23:19:34 -04:00
<link rel="stylesheet" href="./style.css">
</head>
<body>
2023-09-03 23:48:44 -04:00
2024-01-29 20:46:10 -05:00
<script src='//unpkg.com/simplex-noise@2'></script><script src="./script.js"></script>
2023-09-03 23:48:44 -04:00
2023-10-14 23:19:34 -04:00
</body>
2024-01-29 20:46:10 -05:00
</html>