We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 679a0c4 + 0f1ab37 commit 5a61c82Copy full SHA for 5a61c82
index.html
@@ -1,11 +1,20 @@
1
<!DOCTYPE html>
2
-<html>
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="0; URL='https://www.arunreghunath.com'" />
6
+ <title>Redirecting...</title>
7
+ <script type="text/javascript">
8
+ window.location.replace('https://www.arunreghunath.com');
9
+ </script>
10
+</head>
11
<body>
-<script type="text/javascript">
-window.location.replace('https://www.arunreghunath.com');
-</script>
-
12
+ <noscript>
13
14
+ If you are not redirected, <a href="https://www.arunreghunath.com">click here</a>.
15
+ </noscript>
16
</body>
-</html>
17
+</html>
18
+
19
20
0 commit comments