diff --git a/Nginx/html/cs/404.html b/Nginx/html/cs/404.html
new file mode 100644
index 0000000..1b92047
--- /dev/null
+++ b/Nginx/html/cs/404.html
@@ -0,0 +1,25 @@
+
+
+
+ Library of Code
+
+
+
+404 NOT FOUND
+The location you requested has not been found on this gateway.
+User
+If you're just visiting the site, here are the steps you can take.
+
+ - You may have entered the wrong address, please check the URL and try again.
+ - Check with the person who gave you the URL to ensure it's correct.
+
+Site Operator
+If you're the operator of this site, here are the steps you can take.
+
+ - This domain isn't registered with our systems. Please contact Engineering to bind this domain.
+ - If none of these solved your issue, please contact the Department of Engineering at engineering@libraryofcode.org
+
+
Library of Code sp-us
+
+
+
diff --git a/Nginx/html/cs/429.html b/Nginx/html/cs/429.html
new file mode 100644
index 0000000..59582a5
--- /dev/null
+++ b/Nginx/html/cs/429.html
@@ -0,0 +1,27 @@
+
+
+
+ Library of Code
+
+
+
+429 TOO MANY REQUESTS
+You are sending too many requests, slow down.
+User
+If you're just visiting the site, here are the steps you can take.
+
+ - Refrain from requesting the same resource or multiple resources on the same domain multiple times.
+ - Try refreshing the page.
+ - Try again in 5 minutes.
+
+Site Operator
+If you're the operator of this site, here are the steps you can take.
+
+ - CWG is receiving too many requests from your IP address to this upstream server link, slow down.
+ - Make sure you're not requesting your domain multiple times in your frontend.
+ - If none of these solved your issue, please contact the Department of Engineering at engineering@libraryofcode.org
+
+
Library of Code sp-us
+
+
+
diff --git a/Nginx/html/cs/500.html b/Nginx/html/cs/500.html
new file mode 100644
index 0000000..e805cac
--- /dev/null
+++ b/Nginx/html/cs/500.html
@@ -0,0 +1,42 @@
+
+
+
+ Library of Code
+
+
+
+
+
+500 Internal Server Error
+Something went wrong while trying to process the request.
+Click here to report this problem to the Department of Engineering
+User
+If you're just visiting the site, here are the steps you can take.
+
+ - Try refreshing the page.
+ - Try again in 5 minutes.
+
+Site Operator
+If you're the operator of this site, here are the steps you can take.
+
+ - An unknown error has occurred while attempting to process the request, there may be an issue with the gateway itself.
+ - Make sure there's no announcement, issue, or maintenance posts. If there aren't, please contact us.
+ - If none of these solved your issue, please contact the Department of Engineering at engineering@libraryofcode.org
+
+
Library of Code sp-us
+
+
+
diff --git a/Nginx/html/cs/502.html b/Nginx/html/cs/502.html
new file mode 100644
index 0000000..edc489d
--- /dev/null
+++ b/Nginx/html/cs/502.html
@@ -0,0 +1,42 @@
+
+
+
+ Library of Code
+
+
+
+
+
+502 Bad Gateway
+We received an invalid response from the upstream server.
+Click here to report this problem to the Department of Engineering
+User
+If you're just visiting the site, here are the steps you can take.
+
+ - Try again in 5 minutes.
+ - Contact the site owner for assistance.
+
+Site Operator
+If you're the operator of this site, here are the steps you can take.
+
+ - This code generally means our gateway received CONNECTION REFUSED while trying to communicate with your application, which means it's not listening on the port.
+ - We could be listening on another port than the one you're using, make sure you're using the port given to you by Engineering.
+ - If none of these solved your issue, please contact the Department of Engineering at engineering@libraryofcode.org
+
+
Library of Code sp-us
+
+
+
diff --git a/Nginx/html/cs/504.html b/Nginx/html/cs/504.html
new file mode 100644
index 0000000..9656a6d
--- /dev/null
+++ b/Nginx/html/cs/504.html
@@ -0,0 +1,42 @@
+
+
+
+ Library of Code
+
+
+
+
+
+504 Gateway Timeout
+We couldn't contact the upstream server within a reasonable amount of time.
+Click here to report this problem to the Department of Engineering
+User
+If you're just visiting the site, here are the steps you can take.
+
+ - Try again in 5 minutes.
+ - Contact the site owner for assistance.
+
+Site Operator
+If you're the operator of this site, here are the steps you can take.
+
+ - When 504 is thrown, this generally means the upstream application accepted the request, however it didn't respond within a reasonable amount of time. This may mean that there's an uncaught error in your application.
+ - Check your server logs for errors.
+ - If none of these solved your issue, please contact the Department of Engineering at engineering@libraryofcode.org
+
+
Library of Code sp-us
+
+
+