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 f53cf08 commit 6ecc2afCopy full SHA for 6ecc2af
.gitignore
@@ -5,7 +5,6 @@
5
6
# For development use
7
test.html
8
-index.html
9
all-files.html
10
11
# User-specific files
index.html
@@ -0,0 +1,15 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Document</title>
+ </head>
+ <body onload="start()">
+ <script>
+ function start() {
+ window.location.href = "/scripts";
12
+ }
13
+ </script>
14
+ </body>
15
+</html>
0 commit comments