mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
18 lines
336 B
HTML
18 lines
336 B
HTML
<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>
|
|
|
|
<script>
|
|
var VERSION = '2.1.1';
|
|
document.location.href = 'v' + VERSION + '/' + document.location.search;
|
|
</script>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html>
|