This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds public: fallback index.html, faq.html, es6.html #22
- Loading branch information
1 parent
57a9eb7
commit 5e263c1
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |