This commit is contained in:
Andrea Bianchi
2026-04-22 09:02:53 +09:00
commit 429a84695e
13 changed files with 1235 additions and 0 deletions

12
single_sketch.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Single sketch</title>
</head>
<body>
<script type="module" src="/src/single_sketch.js"></script>
</body>
</html>