diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-19 16:30:06 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-19 16:30:06 -0400 |
| commit | fad2dcd4173808c1f5ca144556179ef2e40a3d80 (patch) | |
| tree | a4fc61decfcf9e4b4aea83ee3ee133d97a6d90db /static/404.html | |
| parent | e4fcd76ece62b29011a85710f376d76ad1558775 (diff) | |
improve 404 page explanation
Diffstat (limited to 'static/404.html')
| -rw-r--r-- | static/404.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/404.html b/static/404.html index f372b10d..5871c2a3 100644 --- a/static/404.html +++ b/static/404.html @@ -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> |
