From c41a7c69c55294a82923488e380bd99af2d6c465 Mon Sep 17 00:00:00 2001 From: irisrb Date: Thu, 2 Jun 2022 20:42:11 +0200 Subject: [PATCH] added about, contact, imprint --- components/about.html | 8 ++++++++ components/contact.html | 15 +++++++++++++++ components/imprint.html | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 components/about.html create mode 100644 components/contact.html create mode 100644 components/imprint.html diff --git a/components/about.html b/components/about.html new file mode 100644 index 0000000..82b9a8b --- /dev/null +++ b/components/about.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/components/contact.html b/components/contact.html new file mode 100644 index 0000000..eb2ed9b --- /dev/null +++ b/components/contact.html @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/components/imprint.html b/components/imprint.html new file mode 100644 index 0000000..4a79438 --- /dev/null +++ b/components/imprint.html @@ -0,0 +1,34 @@ + \ No newline at end of file