chore: initialize repo

This commit is contained in:
Lukas Wölfer
2026-03-02 19:54:48 +01:00
commit 759ea22b4d
8 changed files with 555 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Gliding Guide — Demo</title>
</head>
<body>
<my-app></my-app>
<script type="module" src="/src/client.ts"></script>
</body>
</html>