From 31ae1c51533731333ba430dc3e5bc4a4a97498f6 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Mon, 12 Jul 2021 12:32:27 +0200 Subject: [PATCH] Add simple UI --- src/main/resources/static/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/static/index.html diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html new file mode 100644 index 0000000..e98306e --- /dev/null +++ b/src/main/resources/static/index.html @@ -0,0 +1,11 @@ + + + + + MyApp + + +

Welcome to Java Maven Application

+ + +