Update debug.html
This commit is contained in:
parent
b876503738
commit
7fb9a1dbb4
|
@ -2,6 +2,18 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Notice</title>
|
<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>
|
</head>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@ -21,10 +33,9 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
This will transfer you to the GitReports page. <br />
|
This will transfer you to the GitReports page in a new tab.<br />
|
||||||
</p>
|
</p>
|
||||||
<center>
|
<input type="button" value="Proceed" onclick="proceed()">
|
||||||
<button type="button">Proceed</button>
|
<input type="button" value="Go Back" onclick="goBack()">
|
||||||
<button type="button">Go Back</button>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue