Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 5e263c1

Browse files
snostormtherebelrobot
authored andcommitted
Adds public: fallback index.html, faq.html, es6.html #22
1 parent 57a9eb7 commit 5e263c1

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

es6.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- NOTE FOR FUTURE DEVS: this is a _very_ temporary file
5+
while iojs.org shifts server settings. Please remove me. -->
6+
<meta http-equiv="refresh" content="0;./public/es6.html">
7+
<script>window.location.href='./public/es6.html';</script>
8+
</head>
9+
</html>

faq.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- NOTE FOR FUTURE DEVS: this is a _very_ temporary file
5+
while iojs.org shifts server settings. Please remove me. -->
6+
<meta http-equiv="refresh" content="0;./public/faq.html">
7+
<script>window.location.href='./public/faq.html';</script>
8+
</head>
9+
</html>

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- NOTE FOR FUTURE DEVS: this is a _very_ temporary file
5+
while iojs.org shifts server settings. Please remove me. -->
6+
<meta http-equiv="refresh" content="0;./public/index.html">
7+
<script>window.location.href='./public/index.html';</script>
8+
</head>
9+
</html>

0 commit comments

Comments
 (0)