diff --git a/index2.html b/index2.html index bcc562a..703ab17 100644 --- a/index2.html +++ b/index2.html @@ -39,6 +39,6 @@ function checkTime(i) { <body onload="startTime();"> <div id="txt"></div> <iframe src="index-closed.html" style="height:580px;width:1200px"></iframe> - <INPUT TYPE="button" onClick="history.go(0)" VALUE="Home"> + <a href="index2.html"><button>Home</button></a> </body> </html>