File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta charset ="utf8 ">
5
- < meta http-equiv ="content-type " content ="text/html;charset=utf-8 ">
6
- < meta http-equiv ="refresh " content ="1; url=Rguide.xml ">
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="refresh " content ="1; url=Rguide.html ">
7
6
< title > Redirecting</ title >
8
7
</ head >
9
8
<!-- The BODY onLoad redirect is the best: it preserves #fragments and
12
11
and queries, takes a second, and pollutes the browser history.
13
12
If they both fail, we let the user manually click on the new link.
14
13
-->
15
- < body onload ="location.replace(location.href.replace('google-r-style.html', 'Rguide.xml ')) ">
16
- Redirecting you to < a href ="Rguide.xml "> Rguide.xml </ a > .
14
+ < body onload ="location.replace(location.href.replace('google-r-style.html', 'Rguide.html ')) ">
15
+ Redirecting you to < a href ="Rguide.html "> Rguide.html </ a > .
17
16
</ body >
18
17
</ html >
You can’t perform that action at this time.
0 commit comments