Finally done!

This commit is contained in:
Astatin3
2024-02-20 10:25:34 -07:00
parent ef75228361
commit bd77a9fcc5
24 changed files with 645 additions and 215 deletions
Regular → Executable
+5 -11
View File
@@ -1,11 +1,5 @@
<p>Test!</p>
<button id="testButton" onclick="testFunc()">test!</button>
<script>
function getel(el) {return document.getElementById(el)}
function testFunc() {
window.sendRaw('test1', {
data: 'test!'
})
}
</script>
<main class="container">
<h1><!--Place title here!!!--></h1>
<h5>A very dynamic dashboard, with many features</h5>
<p>Check back later for the docs, but for now you can look at the pre-existing modules as examples.</p>
</main>