-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
25 lines (25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
<meta name="apple-mobile-web-app-title" content="禅日历">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#d11a2d">
<meta name="renderer" content="webkit">
<link rel="shortcut icon" href="./icon/favicon.ico">
<link rel="apple-touch-icon" sizes="120x120" href="./icon/ios/icon-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="./icon/ios/icon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./icon/ios/icon-180.png">
<link rel="stylesheet" href="./css/base.css">
<title>CSS 禅日历</title>
</head>
<body>
<script src="./js/config.js"></script>
<script src="./js/plugins.js"></script>
<script src="./js/init.js"></script>
</body>
</html>