Skip to content

Commit a791eb7

Browse files
committed
added rules-page redirects
1 parent 5143376 commit a791eb7

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

r/dc-community-guidelines.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; url=https://discord.com/guidelines"/>
8+
<link rel="stylesheet" href="/css/global/styles.css">
9+
<link rel="stylesheet" href="/css/redirects/styles.css">
10+
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
11+
<title>Discord Guidelines Redirect</title>
12+
</head>
13+
<body>
14+
<p>If you weren't redirected, click <a href="https://discord.com/guidelines">here</a></p>
15+
</body>
16+
</html>

r/dc-tos.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="refresh" content="0; url=https://discord.com/terms"/>
8+
<link rel="stylesheet" href="/css/global/styles.css">
9+
<link rel="stylesheet" href="/css/redirects/styles.css">
10+
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
11+
<title>Discord TOS Redirect</title>
12+
</head>
13+
<body>
14+
<p>If you weren't redirected, click <a href="https://discord.com/terms">here</a></p>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)