From a70157d0aef656a926cf803bea431627ec479cf2 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Thu, 19 Feb 2026 20:01:28 +0000 Subject: [PATCH] feat: add legal pages (impressum, privacy, terms) v0.4.3 --- public/impressum.html | 178 +++++++++++ public/index.html | 6 +- public/index.html.bak | 666 ++++++++++++++++++++++++++++++++++++++++++ public/privacy.html | 314 ++++++++++++++++++++ public/terms.html | 395 +++++++++++++++++++++++++ 5 files changed, 1556 insertions(+), 3 deletions(-) create mode 100644 public/impressum.html create mode 100644 public/index.html.bak create mode 100644 public/privacy.html create mode 100644 public/terms.html diff --git a/public/impressum.html b/public/impressum.html new file mode 100644 index 0000000..182e3cc --- /dev/null +++ b/public/impressum.html @@ -0,0 +1,178 @@ + + + + + +Impressum — SnapAPI | Screenshot API for Developers + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 8082aba..46c9278 100644 --- a/public/index.html +++ b/public/index.html @@ -584,9 +584,9 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(