-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathie.html
55 lines (54 loc) · 1.94 KB
/
ie.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
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>升级浏览器</title>
<link rel="stylesheet" href="css/ie_stylesheet.css" />
</head>
<body>
<div class="b-content">
<div class="pic-box">
<h1 class="center-title">您的浏览器版本过低哦</h1>
<p>
您好,您当前使用的浏览器版本过低,已无法正常访问此页面。您可以通过
<span class="highline">升级浏览器</span>
继续访问,感谢您的支持。
</p>
</div>
<div class="text-box">
<div class="title">
<span>升级您的浏览器</span>
<div class="title-line"></div>
</div>
<div class="list">
<ul>
<li class="browser-item">
<a href="https://www.google.cn/intl/zh-CN/chrome" target="_blank">
<img class="iconfont icon-chrome" src="img/chrome-logo.svg"></img><br />
<span class="browser-name">Chrome</span>
</a>
</li>
<li class="browser-item">
<a
href="https://www.mozilla.org/zh-CN/firefox/new"
target="_blank"
>
<img class="iconfont icon-firefox" src="img/firefox-logo.svg"></img><br />
<span class="browser-name">Firefox</span>
</a>
</li>
<li class="browser-item">
<a href="https://www.microsoftedgeinsider.com" target="_blank">
<img class="iconfont icon-edge" src="img/edge-icon.png"></img><br />
<span class="browser-name">Edge</span>
</a>
</li>
</ul>
</div>
</div>
<div class="copyright">©2024 MagicCube Studios</div>
</div>
</body>
</html>