<!DOCTYPE html> <html> <head> <title>GyparkWiki</title> <meta http-equiv="refresh" content="0;url=./wiki"> <script> window.location.href = './wiki'; </script> </head> <body> <h1>GyparkWiki</h1> <a href="./wiki">Click here.</a> </body> </html>