-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot_support.htm
More file actions
42 lines (41 loc) · 1.02 KB
/
not_support.htm
File metadata and controls
42 lines (41 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SNUTT - Error</title>
<style type="text/css">
* {padding:0;margin:0;}
body {line-height:160%;padding:10px;}
div {margin-bottom:20px;}
li {margin-left:30px;}
</style>
</head>
<body>
<div>
<h3>Your browser is not supported</h3>
<p>Maybe you are using Internet Explorer 6.0, 7.0 or 8.0. These are old. Upgrade to version 9.0</p>
</div>
<div>
<h3>Why should you upgrade?</h3>
<ul>
<li>
<h4>Web sites load faster</h4>
<p>often double the speed of this older version.</p>
</li>
<li>
<h4>Web sites render correctly</h4>
<p>with more web standards compliance.</p>
</li>
<li>
<h4>Tabs Interface</h4>
<p>lets you view multiple sites in one window.</p>
</li>
<li>
<h4>Safer browsing</h4>
<p>with better security and phishing protection.</p>
</li>
</ul>
</div>
Or, other browser is here : <a href="http://www.google.com/chrome">Get Google Chrome</a>
</body>
</html>