mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
269 B
13 lines
269 B
<HTML>
|
|
<LINK REL="STYLESHEET" TYPE="text/css" HREF="style.css">
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
function myLoad()
|
|
{
|
|
var str = "reload.htm" + location.hash;
|
|
location.replace (str);
|
|
}
|
|
window.onload = myLoad;
|
|
</SCRIPT>
|
|
<BODY TOPMARGIN=0 LEFTMARGIN=0>
|
|
</BODY>
|
|
</HTML>
|