-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
22 lines (22 loc) · 865 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<meta content="email=no" name="format-detection">
<link rel="icon" href="static/img/favicon.ico" type="image/x-icon">
<title>咿啦看书</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> -->
<!-- <script>
var vConsole = new VConsole();
</script> -->
</body>
</html>