-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
holybaechu
committed
Feb 22, 2024
1 parent
673b0b7
commit 3928271
Showing
8 changed files
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<script> | ||
export let url = ""; | ||
import { onMount } from 'svelte'; | ||
onMount(() => { | ||
window.location.href = url; | ||
}); | ||
</script> | ||
|
||
<div class="flex h-screen justify-center items-center text-4xl font-black"> | ||
Redirecting... | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<script> | ||
import { onMount } from 'svelte'; | ||
onMount(() => { | ||
window.location.href = "https://rappytv.com/"; | ||
}); | ||
import RedirectPage from "$components/RedirectPage.svelte"; | ||
</script> | ||
|
||
<div class="flex h-screen justify-center items-center text-4xl font-black"> | ||
Redirecting... | ||
</div> | ||
<RedirectPage url="https://rappytv.com/" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script> | ||
import RedirectPage from "$components/RedirectPage.svelte"; | ||
</script> | ||
|
||
<RedirectPage url="https://boost-feedback.rappytv.com/" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<script> | ||
import { onMount } from 'svelte'; | ||
onMount(() => { | ||
window.location.href = "https://discord.com/api/oauth2/authorize?client_id=1067880912538304583&permissions=8&scope=applications.commands%20bot"; | ||
}); | ||
import RedirectPage from "$components/RedirectPage.svelte"; | ||
</script> | ||
|
||
<div class="flex h-screen justify-center items-center text-4xl font-black"> | ||
Redirecting... | ||
</div> | ||
<RedirectPage url="https://discord.com/api/oauth2/authorize?client_id=1067880912538304583&permissions=8&scope=applications.commands%20bot" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script> | ||
import RedirectPage from "$components/RedirectPage.svelte"; | ||
</script> | ||
|
||
<RedirectPage url="https://top.gg/bot/1067880912538304583#reviews" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<script> | ||
import { onMount } from 'svelte'; | ||
onMount(() => { | ||
window.location.href = "https://discord.gg/HaddzQrCbG"; | ||
}); | ||
import RedirectPage from "$components/RedirectPage.svelte"; | ||
</script> | ||
|
||
<div class="flex h-screen justify-center items-center text-4xl font-black"> | ||
Redirecting... | ||
</div> | ||
<RedirectPage url="https://discord.gg/HaddzQrCbG" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script> | ||
import RedirectPage from "$components/RedirectPage.svelte"; | ||
</script> | ||
|
||
<RedirectPage url="https://top.gg/bot/1067880912538304583/vote" /> |