Add simple UI

This commit is contained in:
Nana Janashia
2021-07-12 12:33:29 +02:00
parent 61b3c16c60
commit f2a8032539

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>