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/pdfviewer-privacy-policy.html | |
| parent | 1dc316bb6e976784bac88740fe52dbd4e998c820 (diff) | |
move main header id to main element
Diffstat (limited to 'static/pdfviewer-privacy-policy.html')
| -rw-r--r-- | static/pdfviewer-privacy-policy.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html index e2f20288..398f62b2 100644 --- a/static/pdfviewer-privacy-policy.html +++ b/static/pdfviewer-privacy-policy.html @@ -40,10 +40,8 @@ <li><a href="/contact">Contact</a></li> </ul> </nav> - <main> - <h1 id="pdfviewer-privacy-policy"> - <a href="#pdfviewer-privacy-policy">PDF Viewer privacy policy</a> - </h1> + <main id="pdfviewer-privacy-policy"> + <h1><a href="#pdfviewer-privacy-policy">PDF Viewer privacy policy</a></h1> <p>This app does not use any sensitive permissions, makes no internet connections and does not store any data other than preferences.</p> <p>See the <a href="https://github.com/GrapheneOS/PdfViewer">project's page on GitHub</a> for more information.</p> |
