Skip to content

Commit

Permalink
Adds public: fallback index.html, faq.html, es6.html nodejs#22
Browse files Browse the repository at this point in the history
  • Loading branch information
snostorm committed Jan 20, 2015
1 parent d5cb7f3 commit a041872
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions es6.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;./public/es6.html">
<script>window.location.href='./public/es6.html';</script>
</head>
</html>
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;./public/faq.html">
<script>window.location.href='./public/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;./public/index.html">
<script>window.location.href='./public/index.html';</script>
</head>
</html>

0 comments on commit a041872

Please sign in to comment.