Skip to content

Commit

Permalink
Added redirect index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed May 31, 2013
1 parent 472f4bb commit 8023bac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions htdocs/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=http://goepy.de/blog/">
<script type="text/javascript">
window.location.href = "http://goepy.de/blog/"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='http://goepy.de/blog/'>link to example</a>
</body>
</html>

0 comments on commit 8023bac

Please sign in to comment.