Update debug.html
This commit is contained in:
parent
818aba224c
commit
4ec48dc24a
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue