mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-08-18 22:23:42 +00:00
Revert "Project import generated by Copybara."
This reverts commit 54cca78d64.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<meta http-equiv="refresh" content="1; url=cppguide.html">
|
||||
<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.
|
||||
-->
|
||||
<body onload="location.replace(location.href.replace('.xml', '.html'))">
|
||||
Redirecting you to <a href="cppguide.html">cppguide.html</a>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user