improve 404 page explanation
This commit is contained in:
parent
e4fcd76ece
commit
fad2dcd417
@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Page not found | GrapheneOS</title>
|
||||
<meta name="description" content="Page not found on the GrapheneOS web server."/>
|
||||
<meta name="description" content="The requested page does not exist."/>
|
||||
<meta name="theme-color" content="#212121"/>
|
||||
<meta name="msapplication-TileColor" content="#ffffff"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="twitter:site" content="@GrapheneOS"/>
|
||||
<meta name="twitter:creator" content="@GrapheneOS"/>
|
||||
<meta property="og:title" content="Page not found"/>
|
||||
<meta property="og:description" content="Page not found on the GrapheneOS web server."/>
|
||||
<meta property="og:description" content="The requested page does not exist."/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:image" content="https://grapheneos.org/opengraph.png"/>
|
||||
<meta property="og:image:width" content="512"/>
|
||||
@ -46,7 +46,8 @@
|
||||
</header>
|
||||
<main id="page-not-found">
|
||||
<h1><a href="#page-not-found">Page not found</a></h1>
|
||||
<p>Page not found on the web server. If you think this is a mistake, please
|
||||
|
||||
<p>The requested page does not exist. If you think this is a mistake, please
|
||||
<a href="https://github.com/GrapheneOS/grapheneos.org/issues">report an issue</a>.</p>
|
||||
</main>
|
||||
<footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user