-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
20 lines (20 loc) · 930 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="keywords" content="中科创">
<meta name="description" content="中科创">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no" name="viewport" id="viewport">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>中科创</title>
<link rel="apple-touch-icon" href="">
<link rel="apple-touch-icon" sizes="120x120" href="">
<link rel="stylesheet" href="css/public.css"/>
</head>
<body>
<noscript><a class="noScript" href="#">页面需要开启JavaScript体验 >></a></noscript>
</body>
</html>