-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (24 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="https://github.com/LDQ-first">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<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,chrome=1">
<meta name="renderer" content="webkit">
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="//static.kaiyanapp.com" />
<link rel="dns-prefetch" href="//img.kaiyanapp.com" />
<link rel="dns-prefetch" href="//baobab.kaiyanapp.com" />
<link rel="dns-prefetch" href="//bird.ioliu.cn" />
<link rel="dns-prefetch" href="//github.com" />
<title>React Eyepetizer</title>
<link rel="shortcut icon" href="./static/img/favicon.ico">
<script src="./static/public/js/vendor.dll.js"></script>
</head>
<body>
<div id="app">
</div>
</body>
</html>