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

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

%>