1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-12 03:29:31 +00:00
8bitworkshop/redir.html
2017-11-23 21:54:51 -05:00

5 lines
115 B
HTML

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