16 lines
474 B
HTML
16 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>
|