8bitworkshop/redir.html

19 lines
329 B
HTML
Raw Normal View History

2018-06-01 17:33:37 +00:00
<html>
<head>
2018-08-06 21:29:59 +00:00
<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="Pragma" content="no-store" />
2018-06-01 17:33:37 +00:00
<meta http-equiv="Expires" content="0" />
</head>
2017-11-24 02:54:51 +00:00
<script>
2018-11-25 13:01:42 +00:00
var VERSION = '3.2.1';
2018-08-06 21:29:59 +00:00
var QS = document.location.search || '?';
document.location.href = 'v' + VERSION + '/' + QS;
2017-11-24 02:54:51 +00:00
</script>
2018-06-01 17:33:37 +00:00
<body>
</body>
</html>