Skip to content

Commit 351b4b9

Browse files
Add Discord redirect
1 parent d1d7e38 commit 351b4b9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

discord/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Redirecting...</title>
7+
<script>
8+
window.location.href = "https://discord.gg/Xn22vEA8dj";
9+
</script>
10+
</head>
11+
<body>
12+
<p>Redirecting to Discord...</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)