summaryrefslogtreecommitdiffstats
path: root/petascope/web/index.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/web/index.jsp')
-rw-r--r--petascope/web/index.jsp24
1 files changed, 24 insertions, 0 deletions
diff --git a/petascope/web/index.jsp b/petascope/web/index.jsp
new file mode 100644
index 0000000..6430298
--- /dev/null
+++ b/petascope/web/index.jsp
@@ -0,0 +1,24 @@
+<%--
+ Document : WAR Application index entry point
+ Created on : Apr 21, 2009, 7:47:47 AM
+ Author : Andrei Aiordachioaie
+--%>
+
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta http-equiv="refresh" content="0;url=earthlook">
+ <title>PetaScope Implementation</title>
+ </head>
+ <body>
+ <div align="center"><h1>PetaScope Implementation</h1></div>
+
+ <br/>
+ Hold on, you are being redirected to the <a href="earthlook">PetaScope interface</a> ...
+
+ </body>
+</html>