From f2a803253931aa153f6b7372d6a7508dca01c4ca Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Mon, 12 Jul 2021 12:33:29 +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

+ + +