redirect_url_to_default.html   [plain text]


<!doctype html>
<body>
<script>
location.href="./default_test_page.html";
</script>
</body>