diff options
Diffstat (limited to 'static/404.html')
| -rw-r--r-- | static/404.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/404.html b/static/404.html index 02be3028..1300f4c1 100644 --- a/static/404.html +++ b/static/404.html @@ -38,10 +38,8 @@ <li><a href="/contact">Contact</a></li> </ul> </nav> - <main> - <h1 id="page-not-found"> - <a href="#page-not-found">Page not found</a> - </h1> + <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 <a href="https://github.com/GrapheneOS/grapheneos.org/issues">report an issue</a>.</p> </main> |
