1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-11 08:30:02 +00:00
8bitworkshop/redir.html

19 lines
329 B
HTML
Raw Normal View History

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