-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 850 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 lang="en">
<head>
<meta charset="UTF-8">
<title>工作中心</title>
<meta charset="UTF-8">
<meta name="wap-font-scale" content="no">
<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">
<script src="../../libs/require.js" data-main="../../js/main.js"></script>
<script src="./libs/bridge.js"></script>
<link href="../../css/common.css" rel="stylesheet"/>
<link href="./css/index.css" rel="stylesheet"/>
<link href="./css/timepicker.css" rel="stylesheet"/>
</head>
<body>
</body>
</html>