-
Notifications
You must be signed in to change notification settings - Fork 150
/
index.html
22 lines (19 loc) · 905 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 name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<title>粉丝煲</title>
<link rel="shortcut icon" href="./build/goldfish.ico"><link href="./build/style.css" rel="stylesheet"></head>
<body>
<div class="views">
<div id="app"></div>
</div>
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js" charset="utf-8"></script>
<script type="text/javascript" src="./build/common.js"></script><script type="text/javascript" src="./build/build.js"></script></body>
</html>