dremjs-old/apps/debug/debug.html

42 lines
1,016 B
HTML

<!DOCTYPE html>
<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">
code {
background-color: #eee;
color: black;
padding: 5px;
}
</style>
<body>
<embed src="https://sparrdrem.github.io/DremJS/apps/debug/chord.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
<h1>
Notice
</h1>
<hr />
<br />
<br />
<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()">
</body>
</html>