Create index.html

This commit is contained in:
Sam Sneed 2024-07-04 22:21:28 +00:00 committed by GitHub
parent 46b8e6e1d6
commit eab119a643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://discord.gg/kQBt2u93V9">
<title>Redirect to discord</title>
</head>
<body>
<p>Redirecting to Discord....</p>
<script>
document.location = "https://discord.gg/kQBt2u93V9"
</script>
</body>
</html>