Skip to content

Commit

Permalink
Merge pull request #6 from CU-Cybersecurity-Club/discord_redir
Browse files Browse the repository at this point in the history
Create discord.html
  • Loading branch information
Aukovien authored Sep 6, 2024
2 parents aac6a3a + 31ff3e9 commit f8cb970
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions discord.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
</head>
<body>
<script>
window.location.href = "https://discord.com/invite/eaVneRDJBX";
</script>
</body>
</html>

0 comments on commit f8cb970

Please sign in to comment.