We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45544ce + 236f918 commit f06df07Copy full SHA for f06df07
index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE HTML>
2
+<html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="1; url=/editor.html">
6
+ <script type="text/javascript">
7
+ window.location.href = "/editor.html"
8
+ </script>
9
+ <title>Page Redirection</title>
10
+ </head>
11
+ <body>
12
+ If you are not redirected automatically, follow this <a href='/editor.html'>link to example</a>.
13
+ </body>
14
+</html>
0 commit comments