improve 404 page explanation

This commit is contained in:
Daniel Micay 2021-04-19 16:30:06 -04:00
parent e4fcd76ece
commit fad2dcd417

View File

@ -3,14 +3,14 @@
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<title>Page not found | GrapheneOS</title> <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="theme-color" content="#212121"/>
<meta name="msapplication-TileColor" content="#ffffff"/> <meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="twitter:site" content="@GrapheneOS"/> <meta name="twitter:site" content="@GrapheneOS"/>
<meta name="twitter:creator" content="@GrapheneOS"/> <meta name="twitter:creator" content="@GrapheneOS"/>
<meta property="og:title" content="Page not found"/> <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:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/opengraph.png"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/>
<meta property="og:image:width" content="512"/> <meta property="og:image:width" content="512"/>
@ -46,7 +46,8 @@
</header> </header>
<main id="page-not-found"> <main id="page-not-found">
<h1><a href="#page-not-found">Page not found</a></h1> <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> <a href="https://github.com/GrapheneOS/grapheneos.org/issues">report an issue</a>.</p>
</main> </main>
<footer> <footer>