8bitworkshop/redir.html

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.2.1';
var QS = document.location.search || '?';
document.location.href = 'v' + VERSION + '/' + QS;
</script>
<body>
</body>
</html>