5 lines
92 B
HTML
5 lines
92 B
HTML
<html>
|
|
<script type="text/javascript">
|
|
window.location.href = "home.html";
|
|
</script>
|
|
</html> |