forked from emqx/emqx-dashboard-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 898 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
<!DOCTYPE html>
<html class="dark-themes">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="shortcut icon" type="image/x-icon" href="/static/emq.ico"/>
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
<link rel="stylesheet" href="/static/css/iconfont.css">
<!--[if lt IE 8]><script type="text/javascript" src="/static/js/upgrade.js"></script><![endif]-->
<script src="/static/js/env.js"></script>
<title>Dashboard</title>
<!--[if lte IE 9]>
<script src="/static/js/base64.min.js"></script>
<![endif]-->
</head>
<body>
<div id="app"></div>
</body>
</html>