Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft authored Jul 11, 2023
1 parent d8fa288 commit d4ad2a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<link rel="canonical" href="https://discord.gg/uWRPpfgzyh" />
<noscript>
<meta http-equiv="refresh" content="0;URL=https://discord.gg/uWRPpfgzyh">
</noscript>
<script type="text/javascript">
var url = "https://discord.gg/uWRPpfgzyh";
if (typeof IE_fix != "undefined") {
document.write("redirecting...");
var referLink = document.createElement("a");
referLink.href = url;
document.body.appendChild(referLink);
referLink.click();
} else {
window.location.replace(url);
}
</script>

0 comments on commit d4ad2a9

Please sign in to comment.