Create debug.html

This commit is contained in:
SparrOSDeveloperTeam 2018-07-02 17:14:51 -05:00 committed by GitHub
parent 8669d7e57e
commit be7ffd7384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
apps/debug/debug.html Normal file
View file

@ -0,0 +1,29 @@
<!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="chord.wav" 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>