From 7a4d12bcdce489e68e56bc8bc00d002ddbe1f0ce Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Fri, 29 Jun 2018 23:51:54 -0500 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6420553..aa5460f 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ </style> <body> <iframe src="index-closed.html" style="height:500px;width:800px"></iframe> - <input type="button" name="resetIFrame" value="Reset" - class="button" onclick="reset();" /> + <br /> + <input type="button" value="Home" class="button" onclick="refresh();" /> </body> </html>