Need to have the suffix for Rails to find it
(I don't like this)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>406 Not Acceptable</title>
|
<title>406 Unsupported Browser</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="initial-scale=1, width=device-width">
|
<meta name="viewport" content="initial-scale=1, width=device-width">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -10,9 +10,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<hgroup class="error-page__stamp">
|
<hgroup class="error-page__stamp">
|
||||||
<h1>406</h1>
|
<h1>406</h1>
|
||||||
<h2>Not acceptable</h2>
|
<h2>You need to upgrade your browser</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<div>The requested resource is not available in a format acceptable to your browser.</div>
|
<div>This application requires a modern browser. Please upgrade to the latest version.</div>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
|
|
||||||
<a href="/">← Back home</a>
|
<a href="/">← Back home</a>
|
||||||
Reference in New Issue
Block a user