dremjs-old/apps/debug/debug.html
SparrOSDeveloperTeam d97d74f05c
Update debug.html
2018-07-02 17:22:58 -05:00

30 lines
744 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Access denied</title>
</head>
<style type="text/css">
code {
background-color: #eee;
color: black;
padding: 5px;
}
</style>
<body>
<justify>
<embed src="https://sparrdrem.github.io/DremJS/apps/debug/chord.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
<h1>
Access denied
</h1>
<hr />
<br />
<br />
<p>
You do not have access to <code>apps/debug</code>. Please contact a local administrator for more information.
</p>
</justify>
</body>
</html>