diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2008-05-16 05:01:43 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2008-05-16 05:01:43 +0000 |
| commit | 68017d70d0783d20cdb919ba23e2683e040834e3 (patch) | |
| tree | ee0b4896372476dc6c65347ad29347b64bd1a82d /html | |
| parent | a17bf0b67c1128c185a02842910857116c17ba1f (diff) | |
| download | PROJ-68017d70d0783d20cdb919ba23e2683e040834e3.tar.gz PROJ-68017d70d0783d20cdb919ba23e2683e040834e3.zip | |
reduce the forward time to 1 second.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1451 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'html')
| -rw-r--r-- | html/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/html/index.html b/html/index.html index c73a7b7d..e56f5767 100644 --- a/html/index.html +++ b/html/index.html @@ -3,14 +3,11 @@ <!-- Send users to the new location. --> <TITLE>redirect</TITLE> <META HTTP-EQUIV="refresh" -CONTENT="10;URL=http://trac.osgeo.org/proj"> +CONTENT="1;URL=http://trac.osgeo.org/proj"> </HEAD> <BODY> -This page has moved. You will be -automatically redirected -to its new location in 10 seconds. -If you aren't forwarded -to the new page, +This page has moved. You will be automatically redirected to its new location. +If you aren't forwarded to the new page, <a href="http://trac.osgeo.org/proj">click here</a>. </BODY> </HTML> |
