Files
discord-bot/src/applications/web_app/frontend/index.html
2025-04-21 13:51:01 +02:00

22 lines
558 B
HTML

<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>