diff options
author | Minteck <contact@minteck.org> | 2021-12-16 23:06:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-16 23:06:28 +0100 |
commit | 45557cdd61850abc30959c39054d29b45fefb8c2 (patch) | |
tree | 60f0ec310aae36eeb020b7ba5796bdd4b84d4607 /htdocs/public/creations | |
parent | 7769ba124e9325a4848ca2925241de0526bd6a4e (diff) | |
download | wolfeye-js-45557cdd61850abc30959c39054d29b45fefb8c2.tar.gz wolfeye-js-45557cdd61850abc30959c39054d29b45fefb8c2.tar.bz2 wolfeye-js-45557cdd61850abc30959c39054d29b45fefb8c2.zip |
It's finally done!
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 |