feat: create app base

This commit is contained in:
2026-03-23 12:44:50 +01:00
parent e70a8a2e25
commit fd6edf9d09
2 changed files with 2 additions and 2 deletions

View File

@@ -8,8 +8,8 @@
</head>
<body>
<div id="app">
<h1>hmmm</h1>
</div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/app.ts"></script>
</body>
</html>

0
src/app.ts Normal file
View File