We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158549b commit 1373550Copy full SHA for 1373550
2 files changed
monthofmern/index.html join-discord/index.htmlmonthofmern/index.html renamed to join-discord/index.html
@@ -4,10 +4,12 @@
4
<meta charset="UTF-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Redirecting to Registration Link</title>
+ <title>Redirecting to Discord</title>
8
<script>
9
- window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSfxx4SCTcKT45f4EwbriaJoXw_RoI59CsinjNKBoonXiksMFw/viewform?usp=sf_link");
+ window.location.replace("https://discord.gg/UBbSuw7swW");
10
</script>
11
</head>
12
- <body></body>
+ <body>
13
+ <h2>If you are not redirected click <a href="https://discord.gg/UBbSuw7swW">here</a></h2>
14
+ </body>
15
</html>
jointheclub/index.html
0 commit comments