321575990e
(I don't like this)
22 lines
592 B
HTML
22 lines
592 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>406 Unsupported Browser</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1, width=device-width">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<link rel="stylesheet" href="/error.css">
|
|
</head>
|
|
<body>
|
|
<hgroup class="error-page__stamp">
|
|
<h1>406</h1>
|
|
<h2>You need to upgrade your browser</h2>
|
|
<hr />
|
|
<div>This application requires a modern browser. Please upgrade to the latest version.</div>
|
|
</hgroup>
|
|
|
|
<a href="/">← Back home</a>
|
|
</body>
|
|
</html>
|
|
|