-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Vengeful Spirit" />
<title>Vengeful Spirit</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.css" />
</head>
<body>
<div id="root"></div>
<script type="importmap">
{
"imports": {
"vue": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.esm-browser.prod.js",
"@vue/devtools-api": "/lib/vue/devtools-api/index.js",
"vue-router": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-router.esm-browser.js",
"element-plus": "https://cdn.jsdelivr.net/npm/[email protected]/dist/index.full.mjs"
}
}
</script>
<script type="module" src="js/index.js"></script>
</body>
</html>