diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-26 10:36:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-26 10:37:02 -0400 |
| commit | b5f19b7a5388fca0331ad97adb41ba7434ff3667 (patch) | |
| tree | 9167539230b3593d047965325f825832031ab78e /static/404.html | |
| parent | 185d5c9da8027a0c839a9f642eacf9e56f525fc3 (diff) | |
use semantic main element instead of a div
Diffstat (limited to 'static/404.html')
| -rw-r--r-- | static/404.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/404.html b/static/404.html index 7b8d87ff..aa06e353 100644 --- a/static/404.html +++ b/static/404.html @@ -19,7 +19,7 @@ <meta property="og:site_name" content="GrapheneOS"/> <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?18"/> + <link rel="stylesheet" href="/grapheneos.css?19"/> <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> @@ -36,13 +36,13 @@ <li><a href="/contact">Contact</a></li> </ul> </nav> - <div id="content"> + <main> <h1 id="page-not-found"> <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> - </div> + </main> <footer> <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <ul id="social"> |
