Skip to content

Commit b6c6344

Browse files
committed
add index.html in case someone opens the http endpoint
1 parent 0035cd7 commit b6c6344

File tree

1 file changed

+12
-0
lines changed
  • labs/unicorn-store/software/unicorn-store-spring/src/main/resources/static

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Unicorn Store</title>
6+
</head>
7+
8+
<body>
9+
<h1>Unicorn Store is up and running!</h1>
10+
<h3>This application only offers backend functionality and provides no UI though.</h3>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)