blob: 8efc102fe047ffdaca108c6f7cbac3f649d58efb [file] [log] [blame]
mark@chromium.org3ed10fb2014-09-08 17:01:51 +00001<!DOCTYPE html>
2<html>
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=cppguide.html">
7 <title>Redirecting</title>
8</head>
9<!-- The BODY onLoad redirect is the best: it preserves #fragments and
10 ?queries. But it requires javascript. If that fails, the
11 meta-refresh kicks in; it works more generally, but loses fragments
12 and queries, takes a second, and pollutes the browser history.
13 If they both fail, we let the user manually click on the new link.
14-->
15 <body onload="location.replace(location.href.replace('.xml', '.html'))">
16 Redirecting you to <a href="cppguide.html">cppguide.html</a>.
17</body>
18</html>