2018-01-31 01:36:50 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2019-08-07 15:58:29 +08:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="refresh" content="1; url=Rguide.html">
|
2018-01-31 01:36:50 +08:00
|
|
|
<title>Redirecting</title>
|
|
|
|
</head>
|
|
|
|
<!-- The BODY onLoad redirect is the best: it preserves #fragments and
|
|
|
|
?queries. But it requires javascript. If that fails, the
|
|
|
|
meta-refresh kicks in; it works more generally, but loses fragments
|
|
|
|
and queries, takes a second, and pollutes the browser history.
|
|
|
|
If they both fail, we let the user manually click on the new link.
|
|
|
|
-->
|
2019-08-07 15:58:29 +08:00
|
|
|
<body onload="location.replace(location.href.replace('google-r-style.html', 'Rguide.html'))">
|
|
|
|
Redirecting you to <a href="Rguide.html">Rguide.html</a>.
|
2018-01-31 01:36:50 +08:00
|
|
|
</body>
|
|
|
|
</html>
|