-
Notifications
You must be signed in to change notification settings - Fork 127
/
index.html
24 lines (24 loc) · 851 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 lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<meta name="description" content="X-WebDesktop-Vue">
<meta name="keywords" content="">
<title>X-WebDesktop-Vue</title>
<link rel="shortcut icon" href="./static/favicon.png" type="image/x-icon">
</head>
<body>
<div id="app">
<!-- loading -->
<img
style="position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; display: inline-block;"
src="./static/loading.svg"
alt="loading"
>
</div>
<!-- built files will be auto injected -->
</body>
</html>