From beb92675071c69b86b5338297822c834ffd548f6 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 6 May 2022 11:49:22 +0200 Subject: Init templates Signed-off-by: Georg Pfuetzenreuter --- src/main/resources/templates/layout.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/resources/templates/layout.html (limited to 'src/main/resources/templates/layout.html') diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html new file mode 100644 index 0000000..bab0c29 --- /dev/null +++ b/src/main/resources/templates/layout.html @@ -0,0 +1,18 @@ + + + +Customer Portal + + + + + \ No newline at end of file -- cgit v1.2.3