Created
December 27, 2016 23:15
-
-
Save darth-veitcher/f99b7ad8cdce080236369a0fe74e60e6 to your computer and use it in GitHub Desktop.
Forwarding index.html
This file contains hidden or 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
| <!DOCTYPE HTML> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="refresh" content="1; url=static/index.html"> | |
| <script> | |
| window.location.href = "static/index.html" | |
| </script> | |
| <title>Page Redirection</title> | |
| </head> | |
| <body> | |
| <!-- Note: don't tell people to `click` the link, just tell them that it is a link. --> | |
| If you are not redirected automatically, follow the <a href='static/index.html'>link to home page</a>. | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Borrowed from here
Forwards the browser to the
/static/index.htmlthat ghost creates