Update debug.html

This commit is contained in:
DremOS Developing Team 2018-09-21 13:02:31 -05:00 committed by GitHub
parent b876503738
commit 7fb9a1dbb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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