forked from koding/koding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunsupported.html
More file actions
executable file
·26 lines (25 loc) · 980 Bytes
/
Copy pathunsupported.html
File metadata and controls
executable file
·26 lines (25 loc) · 980 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Your browser is old!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/hello/css/style.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body id="unsupported-page">
<div id="container">
<header>
<a href="http://koding.com">Koding.com</a>
</header>
<h2>Your Browser Is Old</h2>
<p>Leave him alone and try one of these</p>
<div class="browsers">
<a href="http://www.apple.com/safari/" class="browser-icon safari"></a>
<a href="https://www.google.com/intl/en/chrome/" class="browser-icon chrome"></a>
<a href="http://www.mozilla.org/en-US/firefox/new/" class="browser-icon firefox"></a>
</div>
<img src="/hello/img/oldbrowser.gif" class="old-browser">
</div>
</body>
</html>