File: skyview.html

package info (click to toggle)
skyview 3.5.6%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,288 kB
  • sloc: java: 29,138; perl: 208; xml: 63; makefile: 19; sh: 1
file content (16 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<HTML>
<HEAD>
<TITLE>Simple redirect</TITLE>
<SCRIPT LANGUAGE=JAVASCRIPT>
function go() 
    { 
        window.location.href="cgi/titlepage.pl";
    }
</SCRIPT>
</HEAD>
<BODY onLoad="timerID=setTimeout('go()',3000)">
<P> 
	You should be automatically redirected to the SkyView Web site
	which is at <a href=cgi/titlepage.pl> https://skyview.gsfc.nasa.gov</a>.	
</body>
</html>