Skip to content

Commit 27b7d39

Browse files
committed
Fix index.html
1 parent 64d8f57 commit 27b7d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<title>Redirection</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<meta http-equiv="refresh" content="0;url=regex.html">
7-
<script language="javascript"><!--
6+
<meta http-equiv="refresh" content="0; url=regex.html">
7+
<script><!--
88
window.location = "regex.html";
99
--></script>
1010
</head>

0 commit comments

Comments
 (0)