Change redirect url

This commit is contained in:
Robert L 2018-01-11 11:11:18 -05:00
parent 9ad9a8c180
commit b73411a795

View File

@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://zen.trekmush.org/ats/webglmapview/webviewgl.htm" />
<meta http-equiv="refresh" content="0; url=http://zen.trekmush.org/ats/webglmapview/index.htm" />
</head>
<body>
It moved to: <a href="http://zen.trekmush.org/ats/webglmapview/webviewgl.htm">here</a>
It moved to: <a href="http://zen.trekmush.org/ats/webglmapview/index.htm">here</a>
</body>
</html>