Skip to content

Commit a369294

Browse files
committed
Moved some css files to clean up file structure
1 parent fbafb76 commit a369294

File tree

15 files changed

+14
-14
lines changed

15 files changed

+14
-14
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

error/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="/css/global.css">
99
<link rel="stylesheet" href="/css/navbar.css">
1010
<link rel="stylesheet" href="/css/footer.css">
11-
<link rel="stylesheet" href="/css/404.css">
11+
<link rel="stylesheet" href="/css/pages/error/404.css">
1212
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
1313
<title>404 Not Found</title>
1414
</head>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="description" content="With over 12000 Members and 50,000 Messages sent each month, join one of the biggest Java Communities to help, get help and discuss programming in Java."/>
9-
<link rel="stylesheet" href="/css/global.css">
10-
<link rel="stylesheet" href="/css/navbar.css">
9+
<link rel="stylesheet" href="/css/global/styles.css">
10+
<link rel="stylesheet" href="/css/global/navbar.css">
1111
<link rel="stylesheet" href="/css/pages/index/indexFooter.css">
1212
<link rel="stylesheet" href="/css/pages/index/index.css">
1313
<link rel="stylesheet" href="/css/pages/index/indexResponsive.css">

r/discord4j.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="refresh" content="0; url=https://discord4j.com"/>
8-
<link rel="stylesheet" href="/css/global.css">
8+
<link rel="stylesheet" href="/css/global/styles.css">
99
<link rel="stylesheet" href="/css/redirects/styles.css">
1010
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
1111
<title>Discord4J Redirect</title>

r/github.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="refresh" content="0; url=https://github.com/Java-Discord/"/>
8-
<link rel="stylesheet" href="/css/global.css">
8+
<link rel="stylesheet" href="/css/global/styles.css">
99
<link rel="stylesheet" href="/css/redirects/styles.css">
1010
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
1111
<title>GitHub Redirect</title>

r/jetbrains.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="refresh" content="0; url=https://jetbrains.com"/>
8-
<link rel="stylesheet" href="/css/global.css">
8+
<link rel="stylesheet" href="/css/global/styles.css">
99
<link rel="stylesheet" href="/css/redirects/styles.css">
1010
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
1111
<title>JetBrains Redirect</title>

r/join.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="refresh" content="0; url=https://discord.gg/X3NmMgzFKF"/>
8-
<link rel="stylesheet" href="/css/global.css">
8+
<link rel="stylesheet" href="/css/global/styles.css">
99
<link rel="stylesheet" href="/css/redirects/styles.css">
1010
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
1111
<title>Discord Redirect</title>

0 commit comments

Comments
 (0)