This commit is contained in:
Jose Conde
2024-07-25 16:29:14 +02:00
parent cd5f4ad91a
commit 498a8253fd
45 changed files with 1364 additions and 353 deletions

View File

@ -7,9 +7,7 @@
<title>XXX App</title>
</head>
<body>
<main class="container">
<div id="app"></div>
</main>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>