From 45557cdd61850abc30959c39054d29b45fefb8c2 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Dec 2021 23:06:28 +0100 Subject: It's finally done! --- htdocs/public/creations/dev/index.ejs | 6 ------ htdocs/public/creations/electrode/index.ejs | 6 ------ htdocs/public/creations/index.ejs | 6 ------ htdocs/public/creations/kartik/index.ejs | 6 ------ htdocs/public/creations/neutron/index.ejs | 6 ------ htdocs/public/creations/unchained/index.ejs | 6 ------ htdocs/public/creations/video/index.ejs | 6 ------ 7 files changed, 42 deletions(-) delete mode 100644 htdocs/public/creations/dev/index.ejs delete mode 100644 htdocs/public/creations/electrode/index.ejs delete mode 100644 htdocs/public/creations/index.ejs delete mode 100644 htdocs/public/creations/kartik/index.ejs delete mode 100644 htdocs/public/creations/neutron/index.ejs delete mode 100644 htdocs/public/creations/unchained/index.ejs delete mode 100644 htdocs/public/creations/video/index.ejs (limited to 'htdocs/public/creations') diff --git a/htdocs/public/creations/dev/index.ejs b/htdocs/public/creations/dev/index.ejs deleted file mode 100644 index e41cbc4..0000000 --- a/htdocs/public/creations/dev/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "/" + slang + "/creations" }); - res.end(); - -%> \ No newline at end of file diff --git a/htdocs/public/creations/electrode/index.ejs b/htdocs/public/creations/electrode/index.ejs deleted file mode 100644 index 1149834..0000000 --- a/htdocs/public/creations/electrode/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "https://gitlab.minteck.org/minteck/electrode" }); - res.end(); - -%> \ No newline at end of file diff --git a/htdocs/public/creations/index.ejs b/htdocs/public/creations/index.ejs deleted file mode 100644 index 6105886..0000000 --- a/htdocs/public/creations/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "https://gitlab.minteck.org/minteck" }); - res.end(); - -%> \ No newline at end of file diff --git a/htdocs/public/creations/kartik/index.ejs b/htdocs/public/creations/kartik/index.ejs deleted file mode 100644 index 1e272a7..0000000 --- a/htdocs/public/creations/kartik/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "https://kartik.minteck.org" }); - res.end(); - -%> \ No newline at end of file diff --git a/htdocs/public/creations/neutron/index.ejs b/htdocs/public/creations/neutron/index.ejs deleted file mode 100644 index 75029b2..0000000 --- a/htdocs/public/creations/neutron/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "https://gitlab.minteck.org/minteck/neutron" }); - res.end(); - -%> \ No newline at end of file diff --git a/htdocs/public/creations/unchained/index.ejs b/htdocs/public/creations/unchained/index.ejs deleted file mode 100644 index 56678a0..0000000 --- a/htdocs/public/creations/unchained/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "https://unchained.minteck.org" }); - res.end(); - -%> \ No newline at end of file diff --git a/htdocs/public/creations/video/index.ejs b/htdocs/public/creations/video/index.ejs deleted file mode 100644 index e41cbc4..0000000 --- a/htdocs/public/creations/video/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "/" + slang + "/creations" }); - res.end(); - -%> \ No newline at end of file -- cgit