forked from cloudforet-io/console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·33 lines (30 loc) · 1.11 KB
/
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
<!DOCTYPE html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel='shortcut icon' type='image/x-icon' href="/favicon.ico">
<link rel='manifest' type='image/x-icon' href="/manifest.json">
<link rel="apple-touch-icon" href="/images/icons/icon-192x192.png">
<link rel="stylesheet" type="text/css" href="/reset.css">
<script src="/check-ie.js"></script>
<link rel="stylesheet" type="text/css" href="/site-loader.css">
<script src="/lottie.js"></script>
<link rel="preload" href="/fonts/roboto/roboto-v27-latin-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<title></title>
</head>
<body>
<noscript>
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script src="/page-initializer.js"></script>
<div id="site-loader-wrapper">
<div id="site-loader"></div>
</div>
<script src="/site-loader.js"></script>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>