Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-30 00:02:03 -05:00 committed by GitHub
parent acdf3a1e17
commit de228bd19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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