Skip to content

Commit

Permalink
Add an index.html at the root of directories, to redirect to www/inde…
Browse files Browse the repository at this point in the history
…x.html
  • Loading branch information
mossroy committed Apr 12, 2014
1 parent 0ce738f commit cd869db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=www/index.html">
<title>Redirection to index.html</title>
<body>
</body>
</html>

0 comments on commit cd869db

Please sign in to comment.