Skip to content

Commit 6ecc2af

Browse files
Sd
1 parent f53cf08 commit 6ecc2af

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# For development use
77
test.html
8-
index.html
98
all-files.html
109

1110
# User-specific files

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Document</title>
7+
</head>
8+
<body onload="start()">
9+
<script>
10+
function start() {
11+
window.location.href = "/scripts";
12+
}
13+
</script>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)