Basic hitomezashi pattern

This commit is contained in:
arne 2024-07-18 21:39:48 +02:00
commit b797f66721
12 changed files with 2345 additions and 0 deletions

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thi.ng rdom</title>
<style>html, body { padding: 0; margin: 0; min-height: 100vh; }</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>