Skip to content

Commit 666bba1

Browse files
committed
improve redirects
1 parent 97b5a96 commit 666bba1

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

discord/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
<html lang="en">
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url='https://discord.gg/ck5htDSQPv'" />
65
<link href="/assets/css/style.css" rel="stylesheet">
6+
<meta http-equiv="refresh" content="0; url='https://discord.gg/ck5htDSQPv'" />
7+
<script>
8+
window.location.href = "https://discord.gg/ck5htDSQPv";
9+
</script>
710
</head>
811
<body>
9-
<p><a href="https://discord.gg/A6faFYt" style="padding-left: 20px">Please click here if the redirect didn't work.</a></p>
12+
<p><a href="https://discord.gg/ck5htDSQPv" style="padding-left: 20px">Please click here if the redirect didn't work.</a></p>
1013
</body>
1114
</html>

github/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
<html lang="en">
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url='https://github.com/ComplementaryDevelopment'" />
65
<link href="/assets/css/style.css" rel="stylesheet">
6+
<meta http-equiv="refresh" content="0; url='https://github.com/ComplementaryDevelopment'" />
7+
<script>
8+
window.location.href = "https://github.com/ComplementaryDevelopment";
9+
</script>
710
</head>
811
<body>
912
<p><a href="https://github.com/ComplementaryDevelopment" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>

patreon/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
<html lang="en">
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url='https://www.patreon.com/emingt'" />
65
<link href="/assets/css/style.css" rel="stylesheet">
6+
<meta http-equiv="refresh" content="0; url='https://www.patreon.com/emingt'" />
7+
<script>
8+
window.location.href = "https://www.patreon.com/emingt";
9+
</script>
710
</head>
811
<body>
912
<p><a href="https://www.patreon.com/emingt" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>

0 commit comments

Comments
 (0)