GhostText/404.html
2021-02-25 18:02:18 -06:00

8 lines
193 B
HTML

<script>
if (location.pathname.indexOf('demo') > 0) {
location.replace('https://ghosttext.fregante.com/test/');
} else {
location.replace('https://ghosttext.fregante.com/');
}
</script>