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

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

%>