-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.html
More file actions
60 lines (58 loc) · 2.94 KB
/
Copy path3.html
File metadata and controls
60 lines (58 loc) · 2.94 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>
//判断系统是否是移动端,如果是移动端访问就直接跳转到移动端页面
function isMobile(){
var bool = false;
(('ontouchstart' in window)||window.DocumentTouch&&document instanceof DocumentTouch)==true && (!!navigator.userAgent.toLowerCase().match(/(iphone|ipod|ipad|android|iemobile|blackberry|symbianos|windows phone|meego)/i))==true?bool=true:bool=false;
return bool;
}
if(isMobile()){
location.replace("3-M.html");
}
window.history.replaceState = window.history.replaceState || function () {}
</script>
<link href="css/zzsc.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.min.js"></script>
<script src="js/zzsc.js"></script>
<title>EaseCation第三期语录</title>
<style>
<!--
body {
background: linear-gradient(270deg, #36D1DC 0%,#5B86E5 100%);
}
.STYLE1 {
color: #000000;
font-family: "微软雅黑";
}
</style>
</head>
<body>
<blockquote>
<blockquote>
<h3 align="left" class="STYLE1"><a href="index.html">返回主页</a></h3>
</blockquote>
</blockquote>
<a href="#0" class="cd-top">Top</a>
<div align="center">
<p align="center"><img src="EaseCation-3/BAN-BB.jpg" width="750" height="131" /> </p>
<p align="center"><img src="EaseCation-3/BB-3-001.jpg" width="720" height="564" /> </p>
<p align="center"><img src="EaseCation-3/BB-3-002.jpg" width="361" height="200" /> </p>
<p align="center"><img src="EaseCation-3/BB-3-003.jpg" width="640" height="178" /> </p>
<p align="center"><img src="EaseCation-3/PLAYER-3-001.jpg" width="836" height="380" /> </p>
<p align="center"><img src="EaseCation-3/PY.jpg" width="588" height="197" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-001.jpg" width="893" height="348" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-002.jpg" width="871" height="637" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-003.jpg" width="841" height="451" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-004.jpg" width="720" height="372" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-005.jpg" width="854" height="198" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-006.jpg" width="825" height="223" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-007.jpg" width="653" height="281" /> </p>
<p align="center"><img src="EaseCation-3/PY-3-008.jpg" width="504" height="487" /> </p>
<p align="center"><img src="EaseCation-3/RM-XG.jpg" width="590" height="127" /> </p>
<p align="center"><img src="EaseCation-3/YYYR-3-001.jpg" width="497" height="169" /> </p>
</div>
</body>
</html>