diff options
Diffstat (limited to 'src/main/webapp/index.jsp')
-rw-r--r-- | src/main/webapp/index.jsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp new file mode 100644 index 0000000..0a528b3 --- /dev/null +++ b/src/main/webapp/index.jsp @@ -0,0 +1,8 @@ +<html> +<body> +<h2>Hello World!</h2> +<a href="ui">User-Interface</a> +<br> +<a href="ics">iCalendar Link</a> +</body> +</html> |