1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-29 22:54:54 +00:00
8bitworkshop/redir.html

5 lines
115 B
HTML
Raw Normal View History

2017-11-24 02:54:51 +00:00
<script>
var VERSION = '2.1.0';
document.location.href = 'v' + VERSION + '/' + document.location.search;
</script>