blob: 6c945d191b2f66ed7205e62518f1c19057811169 [file] [log] [blame]
Ted Osborne505ba682018-01-30 12:36:50 -05001<!DOCTYPE html>
2<html>
3<head>
Tony Ruscoe5beae3f2019-08-07 08:58:29 +01004 <meta charset="utf-8">
5 <meta http-equiv="refresh" content="1; url=Rguide.html">
Ted Osborne505ba682018-01-30 12:36:50 -05006 <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-->
Tony Ruscoe5beae3f2019-08-07 08:58:29 +010014<body onload="location.replace(location.href.replace('google-r-style.html', 'Rguide.html'))">
15 Redirecting you to <a href="Rguide.html">Rguide.html</a>.
Ted Osborne505ba682018-01-30 12:36:50 -050016</body>
17</html>