Update index.html

This commit is contained in:
DremOS Developing Team 2018-07-02 17:35:59 -05:00 committed by GitHub
parent 18246c4a92
commit 22e1f8e79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,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>
<a href="index2.html"><button>Home</button> <a href="index2.html"><button>Home</button></a>
</body> </body>
</html> </html>