mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 08:38:01 -06:00
Finally done!
This commit is contained in:
Regular → Executable
+5
-11
@@ -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>
|
||||
Reference in New Issue
Block a user