mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-15 14:07:16 +00:00
19 lines
329 B
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.0.0';
|
|
var QS = document.location.search || '?';
|
|
document.location.href = 'v' + VERSION + '/' + QS;
|
|
</script>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html>
|