move to vite, landing page, add more shapes
This commit is contained in:
@@ -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">← Thrive</a>
|
||||
<span>Golden Spiral</span>
|
||||
</nav>
|
||||
<script type="module" src="./phyllotaxis.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user