Update index2.html
This commit is contained in:
parent
9e59480cd5
commit
18246c4a92
|
@ -39,6 +39,6 @@ function checkTime(i) {
|
||||||
<body onload="startTime();">
|
<body onload="startTime();">
|
||||||
<div id="txt"></div>
|
<div id="txt"></div>
|
||||||
<iframe src="index-closed.html" style="height:580px;width:1200px"></iframe>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue