1
This commit is contained in:
parent
2ddb3a8a8e
commit
77634ab61b
17
loader/index.html
Normal file
17
loader/index.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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" />
|
||||
<title>loading</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
var _dc = (new Date()).valueOf() + Math.random();
|
||||
document.write("<script type='text/javascript' src='loader.js?_dc=" + _dc + "'><\/script>");
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
3
loader/loader.js
Normal file
3
loader/loader.js
Normal file
@ -0,0 +1,3 @@
|
||||
(function () {
|
||||
window.location.href = "1.0.1/index.html";
|
||||
})();
|
Loading…
x
Reference in New Issue
Block a user