summaryrefslogtreecommitdiff
path: root/htdocs/public/creations/neutron/index.ejs
blob: 75029b2a49904edc5863e6400af03bdb095f2cc7 (plain)
1
2
3
4
5
6
<%

    res.writeHead(301, { "Location": "https://gitlab.minteck.org/minteck/neutron" });
    res.end();

%>