10 lines
186 B
HTML
10 lines
186 B
HTML
<SCRIPT language=JavaScript>
|
|
function redirt(thisarea) { thisurl = '' + thisarea; window.location=thisurl; }
|
|
</SCRIPT>
|
|
|
|
<HTML>
|
|
<BODY onLoad="redirt('html/main.html')">
|
|
|
|
</BODY>
|
|
</HTML>
|