1
0
Fork 0
fgdata/Phi/map/index.html
Torsten Dreyer 84b8dc0786 Phi: deprecate the old browser map
The old map will be removed after the next release,
For now, provide a redirect page to Phi and keep a link
to the old implementation.
2015-09-04 21:14:37 +02:00

15 lines
431 B
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="5; URL='../#Map'" />
</head>
<body>
<h1>The FlightGear browser map is now part of Phi.</h1>
<p>
If you don't get redirected automatically, please click <a href="../#Map">here</a> to show the map in Phi.
</p>
<p>
You can still reach the old and deprecated map <a href="index-old.html">here</a>. (Note: this will be removed in the next release.)
</p>
</body>
</html>