1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-08-05 13:24:52 +00:00
Files
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>