From 9f372c70577de840998faee5f9bf8a374d4fbc2b Mon Sep 17 00:00:00 2001 From: localhorst Date: Mon, 13 Jan 2020 17:21:49 +0100 Subject: [PATCH] added about pages --- .../src/main/resources/templates/about.html | 20 +++++++++++++++++++ .../src/main/resources/templates/privacy.html | 20 +++++++++++++++++++ .../src/main/resources/templates/terms.html | 20 +++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 prototype/src/main/resources/templates/about.html create mode 100644 prototype/src/main/resources/templates/privacy.html create mode 100644 prototype/src/main/resources/templates/terms.html diff --git a/prototype/src/main/resources/templates/about.html b/prototype/src/main/resources/templates/about.html new file mode 100644 index 0000000..d41e2a6 --- /dev/null +++ b/prototype/src/main/resources/templates/about.html @@ -0,0 +1,20 @@ + + + + + e-commerce + + + + +
+
+

Über uns

+
+
+
+
+
+ + + diff --git a/prototype/src/main/resources/templates/privacy.html b/prototype/src/main/resources/templates/privacy.html new file mode 100644 index 0000000..41e5f9e --- /dev/null +++ b/prototype/src/main/resources/templates/privacy.html @@ -0,0 +1,20 @@ + + + + + e-commerce + + + + +
+
+

Datenschutzerklärung

+
+
+
+
+
+ + + diff --git a/prototype/src/main/resources/templates/terms.html b/prototype/src/main/resources/templates/terms.html new file mode 100644 index 0000000..0df06db --- /dev/null +++ b/prototype/src/main/resources/templates/terms.html @@ -0,0 +1,20 @@ + + + + + e-commerce + + + + +
+
+

Allgemeine Geschäftsbedingungen

+
+
+
+
+
+ + +