From bcff7b9713c28432807511f5235428073ed45b76 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Mon, 12 Jul 2021 12:40:04 +0200 Subject: [PATCH] Add simple UI --- .gitignore | 1 + src/main/resources/static/index.html | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/main/resources/static/index.html diff --git a/.gitignore b/.gitignore index 1c2d52b..5654cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/* +target \ No newline at end of file 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

+ + +