Update debug.html

This commit is contained in:
DremOS Developing Team 2018-09-21 13:13:25 -05:00 committed by GitHub
parent 818aba224c
commit 4ec48dc24a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,6 @@
<html>
<head>
<title>Notice</title>
<script>
function proceed() {
window.open("https://gitreports.com/issue/SamParisot/DremJS");
}
</script>
<script>
function goBack() {
open("https://sparrdrem.github.io/DremJS/index2.html");
}
</script>
</head>
<style type="text/css">
@ -35,7 +23,7 @@ function goBack() {
<p>
This will transfer you to the GitReports page in a new tab.<br />
</p>
<input type="button" value="Proceed" onclick="proceed()">
<input type="button" value="Go Back" onclick="goBack()">
<a target="_blank" href="https://gitreports.com/issue/SamParisot/DremJS"><button>Download ROM</button></a>
<a target="_blank" href="https://sparrdrem.github.io/DremJS/index2.html"><button>Download ROM</button></a>
</body>
</html>