summaryrefslogtreecommitdiffstats
path: root/petascope/web/index.jsp
blob: 6430298f89fc88493ad4a390c26f86c714f86160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>