diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 10:56:00 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 10:56:00 -0500 |
| commit | a8cdcca4294ea206e9bf50fdd97135d71b47f247 (patch) | |
| tree | 0659980b268c7e1fc7ca4204daaedc867f49dd4a /static/index.html | |
| parent | 1dc316bb6e976784bac88740fe52dbd4e998c820 (diff) | |
move main header id to main element
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html index ac25205a..17d5f0bb 100644 --- a/static/index.html +++ b/static/index.html @@ -41,10 +41,8 @@ <li><a href="/contact">Contact</a></li> </ul> </nav> - <main> - <h1 id="grapheneos"> - <a href="#grapheneos">GrapheneOS</a> - </h1> + <main id="grapheneos"> + <h1><a href="#grapheneos">GrapheneOS</a></h1> <p>GrapheneOS is an <a href="/source">open source</a> privacy and security focused mobile OS with Android app compatibility. It's focused on the research and development |
