Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

9
app/views/dump.html Normal file
View File

@ -0,0 +1,9 @@
<link rel="stylesheet" href="{ROOT_URL}app/css/debug.css" crossorigin="anonymous">
<div id="wrapper">
<div id="menu">
<p class="welcome"><b>Debug Dump:</b></p>
</div>
<div>
<pre>{DUMP}</pre>
</div>
</div>