Skip to content

Commit

Permalink
Adds dist: fallback index.html, faq.html nodejs#22
Browse files Browse the repository at this point in the history
  • Loading branch information
snostorm committed Jan 12, 2015
1 parent 7f7c46c commit b6e9ace
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- NOTE FOR FUTURE DEVS: this is a _very_ temporary file
while iojs.org shifts server settings. Please remove me. -->
<meta http-equiv="refresh" content="0;./dist/faq.html">
<script>window.location.href='./dist/faq.html';</script>
</head>
</html>
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- NOTE FOR FUTURE DEVS: this is a _very_ temporary file
while iojs.org shifts server settings. Please remove me. -->
<meta http-equiv="refresh" content="0;./dist/index.html">
<script>window.location.href='./dist/index.html';</script>
</head>
</html>

0 comments on commit b6e9ace

Please sign in to comment.