forked from mx-space/mx-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 934 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
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<title>Mx Space Admin Vue 3 v2</title>
<script>
window.injectData = {}
window.version = 'N/A'
window.pageSource = 'self'
</script>
<!-- ENV INJECT -->
<!-- MX SPACE ADMIN DASHBOARD VERSION INJECT -->
<!-- injectable script -->
</head>
<body>
<div id="app"></div>
<noscript>
<strong
>We're sorry but MX Space Admin Vue 3 doesn't work properly without
JavaScript enabled. Please enable it to continue.</strong
>
<strong>
It may be a network problem that caused the failure to load the JS file.
</strong>
</noscript>
<script type="module" src="/src/main.ts"></script>
</body>
</html>