-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.05 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
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- 修改移动端-->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<title>waimai</title>
<link href="./static/css/reset.css" rel="stylesheet">
<link rel="stylesheet" href="http://at.alicdn.com/t/font_1385488_6fzl8dz326m.css">
<!-- 解决相应延迟0.3s-->
<!-- <script src="https://a.alipayobjects.com/static/fastclick/1.0.6/fastclick.min.js">-->
<!-- if('addEventListener' in document ){-->
<!-- document.addEventListener('DOMContentLoaded', ()=>{-->
<!-- FastClick.attach(document.body );-->
<!-- },false )-->
<!-- }-->
<!-- if(!window.Promise ){-->
<!-- document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"></script>')-->
<!-- }-->
<!-- </script>-->
</head>
<body>
<!-- class='iconfont 类名 '-->
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>