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.
1 parent 57d48f8 commit e44a4c1Copy full SHA for e44a4c1
index.html
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>CodeRunner Documentation</title>
6
+ <script>
7
+ // Immediately redirect to README.md
8
+ window.location.href = 'README.md';
9
+ </script>
10
+ </head>
11
+ <body>
12
+ <h1>CodeRunner Documentation</h1>
13
+ <p>If you are not automatically redirected, <a href="README.md">click here to view the
14
+ documentation</a>.</p>
15
+ </body>
16
+ </html>
index.md
0 commit comments