Skip to content

Commit 6ca1a54

Browse files
committed
Improve redirect pages
1 parent efbe266 commit 6ca1a54

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

discord/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<html>
44
<head>
55
<meta http-equiv="refresh" content="0; url='https://discord.gg/A6faFYt'" />
6+
<link href="/assets/css/style.css" rel="stylesheet">
67
</head>
78
<body>
8-
<p><a href="https://discord.gg/A6faFYt">Please click here if the redirect didn't work.</a>.</p>
9+
<p><a href="https://discord.gg/A6faFYt" style="padding-left: 20px">Please click here if the redirect didn't work.</a></p>
910
</body>
1011
</html>

github/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<html>
44
<head>
55
<meta http-equiv="refresh" content="0; url='https://github.com/ComplementaryDevelopment'" />
6+
<link href="/assets/css/style.css" rel="stylesheet">
67
</head>
78
<body>
8-
<p><a href="https://github.com/ComplementaryDevelopment">Please click here if the redirect didn't work.</a>.</p>
9+
<p><a href="https://github.com/ComplementaryDevelopment" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
910
</body>
1011
</html>

patreon/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<html>
44
<head>
55
<meta http-equiv="refresh" content="0; url='https://www.patreon.com/emingt'" />
6+
<link href="/assets/css/style.css" rel="stylesheet">
67
</head>
78
<body>
8-
<p><a href="https://www.patreon.com/emingt">Please click here if the redirect didn't work.</a>.</p>
9+
<p><a href="https://www.patreon.com/emingt" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
910
</body>
1011
</html>

0 commit comments

Comments
 (0)