New structure

This commit is contained in:
2025-04-21 13:50:51 +02:00
parent 1eba79cc5a
commit abe0cbb173
45 changed files with 10 additions and 50 deletions

View File

@@ -0,0 +1,21 @@
<html>
<head>
<title>Web App</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<script type="importmap">
{
"imports": {
"vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.prod.js",
"vue-router": "https://unpkg.com/vue-router@4.5.0/dist/vue-router.esm-browser.prod.js",
"jwt-decode": "https://www.unpkg.com/jwt-decode@4.0.0/build/esm/index.js"
}
}
</script>
<div id="app"></div>
<script type="module" src="/index.js"></script>
</body>
</html>