Files
fizzy/public/406-unsupported-browser.html
T
David Heinemeier Hansson 321575990e Need to have the suffix for Rails to find it
(I don't like this)
2025-10-29 17:47:49 +01:00

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="/">&larr; Back home</a>
</body>
</html>