From ecf78aae7aaac6c0a62f5144e0a2d14430a79385 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 13 Nov 2025 20:56:41 +0100 Subject: [PATCH] Translate to html. --- static/js/components/mywebdav-app.js | 32 +++---- static/legal/compliance_statement.html | 25 +++++ static/legal/contact_complaint_mechanism.html | 25 +++++ static/legal/cookie_policy.html | 55 +++++++++++ .../data_portability_deletion_policy.html | 25 +++++ static/legal/data_processing_agreement.html | 25 +++++ static/legal/privacy_policy.html | 95 +++++++++++++++++++ static/legal/security_policy.html | 25 +++++ static/legal/terms_of_service.html | 68 +++++++++++++ 9 files changed, 359 insertions(+), 16 deletions(-) create mode 100644 static/legal/compliance_statement.html create mode 100644 static/legal/contact_complaint_mechanism.html create mode 100644 static/legal/cookie_policy.html create mode 100644 static/legal/data_portability_deletion_policy.html create mode 100644 static/legal/data_processing_agreement.html create mode 100644 static/legal/privacy_policy.html create mode 100644 static/legal/security_policy.html create mode 100644 static/legal/terms_of_service.html diff --git a/static/js/components/mywebdav-app.js b/static/js/components/mywebdav-app.js index 0057bee..a8c229e 100644 --- a/static/js/components/mywebdav-app.js +++ b/static/js/components/mywebdav-app.js @@ -104,14 +104,14 @@ export class MyWebdavApp extends HTMLElement {