Skip to content

Commit

Permalink
added discord support 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 6, 2023
1 parent 6a82df4 commit 34b43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discord Invite Link</title>
<script>window.open("https://discord.gg/teaclient")</script>
<script>window.location.href = "https://discord.gg/teaclient";</script>
</head>
<body>

Expand Down

0 comments on commit 34b43e8

Please sign in to comment.