-
Notifications
You must be signed in to change notification settings - Fork 2
/
index_picker.html
31 lines (25 loc) · 1.03 KB
/
index_picker.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
29
30
31
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
<meta name="renderer" content="webkit" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Pragma" content="no-cache"/>
<title>H5 Picker _jackdizhu</title>
<link rel="shortcut icon" href="/favicon.ico"/>
<style type="text/css" id="style">
</style>
</head>
<body>
<div class="content">
<input id="picker" name="" value="" readonly="true" />
</div>
<script type="text/javascript" src="./dist/index_picker.js"></script>
</body>
</html>