From 150608e016fe9c8c2e8a5af645db50acc1d85fe1 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:06:57 +0200 Subject: Use simple templating for static processing --- static/pdfviewer-privacy-policy.html | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'static/pdfviewer-privacy-policy.html') diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html index 139e7e80..907237e2 100644 --- a/static/pdfviewer-privacy-policy.html +++ b/static/pdfviewer-privacy-policy.html @@ -30,40 +30,13 @@ -
- -
+ {% include "header.html" %}

PDF Viewer privacy policy

This app does not use any sensitive permissions, makes no internet connections and does not store any data other than preferences.

See the project's page on GitHub for more information.

- + {% include "footer.html" %} -- cgit v1.3.1