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

    res.writeHead(301, { "Location": "/" + slang + "/#/about" });
    res.end();

%>