Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-29 23:51:54 -05:00 committed by GitHub
parent 46ef622d2d
commit 7a4d12bcdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
</style> </style>
<body> <body>
<iframe src="index-closed.html" style="height:500px;width:800px"></iframe> <iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
<input type="button" name="resetIFrame" value="Reset" <br />
class="button" onclick="reset();" /> <input type="button" value="Home" class="button" onclick="refresh();" />
</body> </body>
</html> </html>