summaryrefslogtreecommitdiff
path: root/htdocs/public/creations/neutron/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/public/creations/neutron/index.ejs')
-rw-r--r--htdocs/public/creations/neutron/index.ejs6
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/public/creations/neutron/index.ejs b/htdocs/public/creations/neutron/index.ejs
new file mode 100644
index 0000000..75029b2
--- /dev/null
+++ b/htdocs/public/creations/neutron/index.ejs
@@ -0,0 +1,6 @@
+<%
+
+ res.writeHead(301, { "Location": "https://gitlab.minteck.org/minteck/neutron" });
+ res.end();
+
+%> \ No newline at end of file