-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 994 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<link rel="shortcut icon" href="./static/bi_logo.ico">
<!-- no cache: 浏览器原生返回重新请求数据,但有时会被浏览器忽略 -->
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- 禁止 ios mobile call -->
<meta content="telephone=no" name="format-detection" />
<link rel="stylesheet" href="//at.alicdn.com/t/font_xd88bver99cqh0k9.css">
<script src="https://use.fontawesome.com/122b87dec9.js"></script>
<title>导游助手</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>