18 lines
634 B
HTML
18 lines
634 B
HTML
<!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>
|