blob: 771268614f3c7c7541dbd0d0fb2f01ccaac975d6 [file] [log] [blame]
<html>
<head>
<script type="text/javascript">
window.onload = function() {
var url = "" + window.location;
window.location = url.substring(0, url.lastIndexOf("/") + 1) +
"simple.html";
}
</script>
</head>
</html>