Provide a redirect for the browser based map
This commit is contained in:
parent
304992be59
commit
290c699403
1 changed files with 15 additions and 0 deletions
15
Phi/gui/map/index.html
Normal file
15
Phi/gui/map/index.html
Normal 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>
|
Loading…
Reference in a new issue