mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-12 10:07:00 +00:00
5 lines
115 B
HTML
5 lines
115 B
HTML
|
<script>
|
||
|
var VERSION = '2.1.0';
|
||
|
document.location.href = 'v' + VERSION + '/' + document.location.search;
|
||
|
</script>
|