forked from rinick/hashdown-dart
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoutdatedbrowser.html
More file actions
49 lines (48 loc) · 1.03 KB
/
outdatedbrowser.html
File metadata and controls
49 lines (48 loc) · 1.03 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
<html>
<head>
<meta charset="UTF-8" />
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
}
span {
display: inline-block;
text-align: center;
font-size: 24;
font-family: sans-serif;
color: #555;
width: 250px;
}
a{
color: #555;
text-decoration: initial;
}
</style>
</head>
<body>
<div style='margin: 50px auto;width:520px'>
<span>
<a href='https://www.google.com/chrome/browser/desktop/'>
<img src="https://www.google.com/chrome/assets/common/images/chrome_logo_2x.png"><br>
Download Chrome<br><br>
</a>
<a href='http://www.google.cn/intl/zh-CN/chrome/browser/desktop/index.html'>
下载Chrome
</a>
</span>
<span>
<a href='https://www.mozilla.org/en-US/firefox/new/'>
<img src="https://www.mozilla.org/media/img/logos/firefox/logo-quantum-wordmark-white.png" style="height: 70px;margin: 8px;"><br>
Download Firefox<br><br>
</a>
<a href='http://www.firefox.com.cn/download/'>
下载火狐
</a>
</span>
</div>
</body>
</html>