This commit is contained in:
Andrea Bianchi
2026-05-20 09:38:26 +09:00
parent 827de7467d
commit 70649dff69
7 changed files with 15318 additions and 1 deletions

15
w12_firebase/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!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/index.js"></script>
</body>
</html>