25 lines
358 B
HTML
25 lines
358 B
HTML
<HTML>
|
|
|
|
<HEAD>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="Expires" content="0">
|
|
|
|
<TITLE></TITLE>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
function myLoad()
|
|
{
|
|
var str = "reload.htm" + location.hash;
|
|
location.replace (str);
|
|
}
|
|
window.onload = myLoad;
|
|
</SCRIPT>
|
|
|
|
</HEAD>
|
|
|
|
<BODY TOPMARGIN=0 LEFTMARGIN=0>
|
|
</BODY>
|
|
|
|
</HTML>
|