30 lines
818 B
HTML
30 lines
818 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Notice</title>
|
|
</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 />
|
|
To go back, press home now. <br />
|
|
</p>
|
|
<a target="_blank" href="https://gitreports.com/issue/SamParisot/DremJS"><button>Proceed</button></a>
|
|
</body>
|
|
</html>
|