From 0d7cd075273dabbdedcbb8cbcb8e2af939049d8f Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 7 Apr 2023 13:41:49 +0200 Subject: [PATCH] Tried to add a static welcome page -- without success :/ --- src/main/resources/templates/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/resources/templates/index.html diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html new file mode 100644 index 0000000..262d765 --- /dev/null +++ b/src/main/resources/templates/index.html @@ -0,0 +1,25 @@ + + + + + + Demo: TEMPLATE + + + + +
+
+
+
Card Header
+
+
Card Text
+
+ +
+
+
+ + -- 2.20.1