8bitworkshop/redir.html

5 lines
115 B
HTML

<script>
var VERSION = '2.1.1';
document.location.href = 'v' + VERSION + '/' + document.location.search;
</script>