commit 08c69d7864c88ce9b7643688b5b58ca0022f5349 parent 4664ef7d280b8b929d48577d52773bd79eeb5f9d Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 2 Jun 2024 18:36:58 +0200 Add Privacy Policy Diffstat:
M | template.html | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/template.html b/template.html @@ -39,7 +39,7 @@ } if (document.cookie == "") { var set_cookie = confirm( - "Do you want to save this decision with a cookie?"" + "Do you want to save this decision with a cookie?" ); } @@ -120,6 +120,7 @@ </article> [% END %] + <p><a href="https://www.jayvii.de/privacy/#newsjayviide">Privacy-Policy</a></p> </main> </body> </html>