Update index.html

This commit is contained in:
DremOS Developing Team 2018-07-02 16:32:58 -05:00 committed by GitHub
parent d375d23a2f
commit ff18db264e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ function checkTime(i) {
</style> </style>
<body onload="startTime();"> <body onload="startTime();">
<div id="txt"></div> <div id="txt"></div>
<iframe src="index-closed.html" style="height:590px;width:1200px"></iframe> <iframe src="index-closed.html" style="height:580px;width:1200px"></iframe>
<INPUT TYPE="button" onClick="history.go(0)" VALUE="Home"> <INPUT TYPE="button" onClick="history.go(0)" VALUE="Home">
</body> </body>
</html> </html>