1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-17 19:29:44 +00:00
8bitworkshop/redir.html
2018-05-25 14:23:02 -07:00

5 lines
115 B
HTML

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