mirror of
https://github.com/the-spellman/dizzy
synced 2024-12-23 01:04:58 -06:00
Create index.html
This commit is contained in:
parent
46b8e6e1d6
commit
eab119a643
1 changed files with 13 additions and 0 deletions
13
index.html
Normal file
13
index.html
Normal 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>
|
Loading…
Reference in a new issue