Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza90 authored Aug 15, 2024
1 parent 76be5ad commit 453e4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://irtiza90.github.io/Irtiza90/">
<meta http-equiv="refresh" content="0; url=https://irtiza90.github.io/">
<script>
setTimeout(function() {
window.location.href = "https://irtiza90.github.io/Irtiza90/";
window.location.href = "https://irtiza90.github.io/";
}, 0);
</script>
</head>
<body>
<p>This project has moved, you will be redirected shortly.</p>
<p>If you are not redirected automatically, <a href="https://irtiza90.github.io/Irtiza90/">click here</a>.</p>
<p>If you are not redirected automatically, <a href="https://irtiza90.github.io/">click here</a>.</p>
</body>
</html>

0 comments on commit 453e4cc

Please sign in to comment.