diff options
Diffstat (limited to 'WebContent/index.jsp')
| -rw-r--r-- | WebContent/index.jsp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/index.jsp b/WebContent/index.jsp new file mode 100644 index 0000000..fa6ee7d --- /dev/null +++ b/WebContent/index.jsp @@ -0,0 +1,10 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head></head> + <body> + <% response.sendRedirect("pages/home.jsf"); %> + <!-- + <jsp:forward page="pages/home.jsf" /> + --> + </body> +</html>
\ No newline at end of file |
