Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-29 23:59:12 -05:00 committed by GitHub
parent dc386c3775
commit acdf3a1e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@
<body> <body>
<iframe src="index-closed.html" style="height:500px;width:800px"></iframe> <iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
<br /> <br />
<input type="button" value="Home" class="button" onclick="refresh();" /> <input type="button" value="Home" class="button" onclick="location.refresh();" />
</body> </body>
</html> </html>