HTML-Template

Desktop

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
32
33
34
35
36
37
38
39
40

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="dns-prefetch" href="//public.yitong.com">
<link rel="dns-prefetch" href="//image.yitong.com">
<link rel="dns-prefetch" href="//image.cdn.yitong.com">
<link rel="dns-prefetch" href="//jyt.yitong.com">
<link rel="dns-prefetch" href="//bbs.yitong.com">
<link rel="dns-prefetch" href="//hm.baidu.com">
<link rel="shortcut icon" href="//image.yitong.com/favicon.ico" type="image/x-icon">
<link rel="prefetch prerender" href="">
<link rel="stylesheet" type="text/css" href="//public.yitong.com/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" type="text/css" href="./template.yitong_files/public.css">
<link rel="stylesheet" type="text/css" href="./template.yitong_files/layout.css">
<script type="text/javascript">
var props = {
base : 'http://www.yitong.com',
serverDate: '1501639729437',
version: '1.0.0',
};
</script>
</head>
<body>
<div class="main">
PC start
</div>
<script src="//public.yitong.com/libs/es6-promise/4.1.1/es6-promise.min.js"></script>
<script src="//public.yitong.com/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//public.yitong.com/libs/axios/0.16.2/axios.min.js"></script>
<script src="//public.yitong.com/libs/js-cookie/2.1.4/js.cookie.min.js"></script>
</body>
</html>

Mobile

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
32
33
34
35
36
37
38
39
40

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no,email=no">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-title" content="YT">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>Document</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="description" content=""> //uc强制竖屏portrait landscape
<meta name="screen-orientation" content="portrait"> //QQ强制竖屏portrait landscape
<meta name="x5-orientation" content="portrait"> //UC强制全屏
750?750:w) / num + 'px !important';
};
setViewport(7.5);
window.onresize = function(){
setViewport(7.5);
};
var props = {
base : 'http://www.yitong.com',
serverDate: '1501639729437',
version: '1.0.0',
};
</script>
</head>
<body>
<div class="main">
Mobile start
</div>
<script src="//public.yitong.com/libs/es6-promise/4.1.1/es6-promise.min.js"></script>
<script src="//public.yitong.com/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//public.yitong.com/libs/axios/0.16.2/axios.min.js"></script>
<script src="//public.yitong.com/libs/js-cookie/2.1.4/js.cookie.min.js"></script>
</body>
</html>

HTML-Template
http://example.com/2017-08-10 html-template/
作者
csorz
发布于
2017年8月10日
许可协议