diff options
author | yvesf <yvesf-git@xapek.org> | 2011-02-24 22:45:14 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-02-24 22:45:14 +0100 |
commit | 6dc7723c738c8307369f2fcfd8feb0fd2ea703c1 (patch) | |
tree | 33faebb05fbb8793f465ef976a7d22995985e5d9 /src/main/webapp/index.jsp | |
parent | 962ddff447068e759b37841536a51e8973691097 (diff) | |
download | dhbw-calendar-6dc7723c738c8307369f2fcfd8feb0fd2ea703c1.tar.gz dhbw-calendar-6dc7723c738c8307369f2fcfd8feb0fd2ea703c1.zip |
file-copy from previous development-repository
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> |