Skip to content

Commit 043ec29

Browse files
authored
Remove script type declaration
1 parent 2b4103c commit 043ec29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script type="text/javascript">
4+
<script>
55
if (window.location) {
66
window.location = 'snap.html' + window.location.hash;
77
}

0 commit comments

Comments
 (0)