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/faq.html | |
| parent | 185d5c9da8027a0c839a9f642eacf9e56f525fc3 (diff) | |
use semantic main element instead of a div
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/faq.html b/static/faq.html index 6479e99f..e6feab01 100644 --- a/static/faq.html +++ b/static/faq.html @@ -20,7 +20,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"/> <link rel="canonical" href="https://grapheneos.org/faq"/> <script type="module" src="/redirect.js?6"></script> @@ -39,7 +39,7 @@ <li><a href="/contact">Contact</a></li> </ul> </nav> - <div id="content"> + <main> <h1 id="faq"> <a href="#faq">Frequently Asked Questions</a> </h1> @@ -843,7 +843,7 @@ <p>GrapheneOS is focused on making meaningful improvements to privacy and security, and bundling assorted apps into the OS is not only usually outside of that focus but often counter to it.</p> - </div> + </main> <footer> <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <ul id="social"> |
