Houshan-Basa/web/home.html

14 lines
323 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=index.html">
<title>Redirecting...</title>
<script>
window.location.href = "index.html";
</script>
</head>
<body>
<p>Redirecting to <a href="index.html">index.html</a>...</p>
</body>
</html>