1
0
Fork 0

Provide a redirect for the browser based map

This commit is contained in:
Torsten Dreyer 2015-04-18 13:22:15 +02:00
parent 304992be59
commit 290c699403

15
Phi/gui/map/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="10;url=/map/">
<script type="text/javascript">
// location.href="/";
</script>
<title>Page Redirection</title>
</head>
<body>
<a href="/map/">This Map</a> has moved to the browsers root directory.<br />
If you are not redirected within 10 seconds, follow this <a href='/map/'>link</a>.<br />
</body>
</html>