Add simple UI

This commit is contained in:
Nana Janashia
2021-07-12 12:34:24 +02:00
parent fab255d0da
commit 4c53fe05e1
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.idea/* .idea/*
target

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MyApp</title>
</head>
<body>
<h1>Welcome to Java Maven Application</h1>
<!-- add image here <img src="" width="" /> -->
</body>
</html>