Skip to content

Commit 5a61c82

Browse files
Merge pull request #1 from arunreghunath/arunreghunath-patch-1
Update index.html and fixed SonarQube readability issues
2 parents 679a0c4 + 0f1ab37 commit 5a61c82

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

index.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
<!DOCTYPE html>
2-
<html>
2+
<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>
311
<body>
4-
<script type="text/javascript">
5-
window.location.replace('https://www.arunreghunath.com');
6-
</script>
7-
12+
<noscript>
13+
<meta http-equiv="refresh" content="0; URL='https://www.arunreghunath.com'" />
14+
If you are not redirected, <a href="https://www.arunreghunath.com">click here</a>.
15+
</noscript>
816
</body>
9-
</html>
17+
</html>
18+
1019

1120

0 commit comments

Comments
 (0)