diff options
Diffstat (limited to 'htdocs/public/creations')
-rw-r--r-- | htdocs/public/creations/dev/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/creations/electrode/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/creations/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/creations/kartik/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/creations/neutron/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/creations/unchained/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/creations/video/index.ejs | 6 |
7 files changed, 0 insertions, 42 deletions
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 |