move to vite, landing page, add more shapes

This commit is contained in:
Vincent van der Wal
2026-07-19 10:04:08 +02:00
parent 25595d8281
commit f724cbff6d
25 changed files with 2841 additions and 5017 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html oncontextmenu="return false;">
<head>
<meta charset="utf-8">
<title>Golden Spiral</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="./css/styles.scss">
</head>
<body>
<div class="fade"></div>
<nav class="page-nav">
<a href="index.html">&larr; Thrive</a>
<span>Golden Spiral</span>
</nav>
<script type="module" src="./phyllotaxis.js"></script>
</body>
</html>