1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00
8bitworkshop/redir.html
2018-12-21 15:51:09 -06:00

19 lines
329 B
HTML

<html>
<head>
<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="Pragma" content="no-store" />
<meta http-equiv="Expires" content="0" />
</head>
<script>
var VERSION = '3.3.0';
var QS = document.location.search || '?';
document.location.href = 'v' + VERSION + '/' + QS;
</script>
<body>
</body>
</html>