mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
22 lines
558 B
HTML
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>
|