1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-12 18:42:14 +00:00
8bitworkshop/redir.html

18 lines
336 B
HTML
Raw Normal View History

2018-06-01 17:33:37 +00:00
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
2017-11-24 02:54:51 +00:00
<script>
2018-05-25 21:14:43 +00:00
var VERSION = '2.1.1';
2017-11-24 02:54:51 +00:00
document.location.href = 'v' + VERSION + '/' + document.location.search;
</script>
2018-06-01 17:33:37 +00:00
<body>
</body>
</html>