Skip to content

Commit e115747

Browse files
committed
fixed redirect
1 parent 5af8493 commit e115747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<script>
1010
// redirect to template folder
11-
window.location.href = "/templates/";
11+
window.location.href = "templates/";
1212
</script>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)