1
0
Fork 0
fgdata/Phi/gui/index.html
Torsten Dreyer 190e8449ce Phi: move URL to the browsers root directory
- rename the directory from webgui to Phi
- let the webserver's root point to Phi instead of Docs
- redirect old /gui/ url to the new location (/)
2015-04-18 13:03:46 +02:00

15 lines
474 B
HTML

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