Update index2.html

This commit is contained in:
DremOS Developing Team 2018-12-20 10:57:19 -06:00 committed by GitHub
parent 4db415f6c7
commit af6ced4f96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ function checkTime(i) {
</style> </style>
<body onload="startTime();"> <body onload="startTime();">
<center><div id="txt"></div> <center><div id="txt"></div>
<iframe src="index-closed.html" style="height:90%;width:95%"></iframe> <iframe src="index-closed.html" style="height:90%;width:100%"></iframe>
<a href="index2.html"><button>Home</button></a></center> <a href="index2.html"><button>Home</button></a></center>
</body> </body>
</html> </html>