blob: 59144d2ff45e3f0ad84eb2ed3cf5f45f6e7ed0a2 [file] [log] [blame]
<html>
<!--
Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<title>update_location.html</title>
<meta http-equiv="content-language" content="fr">
<script>
var path = location.pathname.split("/");
path[path.length - 1] = "update_location_next.html";
location.pathname = path.join("/");
</script>
</head>
<body>
<div>bonjour Chrome Translate.</div>
</body>
</html>