Create index.html
Browse files- index.html +14 -0
index.html
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta http-equiv="refresh" content="0; url=https://kudaramlakeview.com">
|
| 6 |
+
<title>Redirecting...</title>
|
| 7 |
+
<script>
|
| 8 |
+
window.location.replace("https://kudaramlakeview.com");
|
| 9 |
+
</script>
|
| 10 |
+
</head>
|
| 11 |
+
<body>
|
| 12 |
+
<p>Redirecting to <a href="https://kudaramlakeview.com">kudaramlakeview.com</a>...</p>
|
| 13 |
+
</body>
|
| 14 |
+
</html>
|