1<!DOCTYPE html>
2<html>
3<head>
4  <meta charset="utf-8">
5  <meta http-equiv="refresh" content="1; url=Rguide.html">
6  <title>Redirecting</title>
7</head>
8<!-- The BODY onLoad redirect is the best: it preserves #fragments and
9     ?queries.  But it requires javascript.  If that fails, the
10     meta-refresh kicks in; it works more generally, but loses fragments
11     and queries, takes a second, and pollutes the browser history.
12     If they both fail, we let the user manually click on the new link.
13-->
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>.
16</body>
17</html>
18