move main header id to main element

This commit is contained in:
Daniel Micay
2020-12-06 10:56:00 -05:00
parent 1dc316bb6e
commit a8cdcca429
12 changed files with 24 additions and 48 deletions

View File

@@ -40,10 +40,8 @@
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<main>
<h1 id="install">
<a href="#install">Install</a>
</h1>
<main id="install">
<h1><a href="#install">Install</a></h1>
<p>This is a guide on installing GrapheneOS for the officially supported devices. It
can be followed for both the official releases and custom builds.</p>