mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-10 18:30:23 +01:00
New structure
This commit is contained in:
21
src/applications/web_app/frontend/index.html
Normal file
21
src/applications/web_app/frontend/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user