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> </head>
<body> <body>
<div id="app"> <div id="app">
<h1>hmmm</h1>
</div> </div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/app.ts"></script>
</body> </body>
</html> </html>

0
src/app.ts Normal file
View File