File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < meta http-equiv ="refresh " content ="0; url='%URL%' " />
7
+ < noscript >
8
+ < meta http-equiv ="refresh " content ="0; url='%URL%' " />
9
+ </ noscript >
8
10
< title > Redirecting...</ title >
9
11
</ head >
10
12
< body >
13
+ < script >
14
+ window . location . replace ( '%URL%' + window . location . hash ) ;
15
+ </ script >
11
16
</ body >
12
17
</ html >
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < meta http-equiv ="refresh " content ="0; url='%URL%' " />
7
+ < noscript >
8
+ < meta http-equiv ="refresh " content ="0; url='%URL%' " />
9
+ </ noscript >
8
10
< title > Redirecting...</ title >
9
11
</ head >
10
12
< body >
13
+ < script >
14
+ window . location . replace ( '%URL%' + window . location . hash ) ;
15
+ </ script >
11
16
</ body >
12
17
</ html >
You can’t perform that action at this time.
0 commit comments