mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 00:28:07 -06:00
Finally done!
This commit is contained in:
Regular → Executable
+9
-3
@@ -1,10 +1,16 @@
|
||||
<h4>This is a very simple example module!</h4>
|
||||
<button id="testButton" onclick="testFunc()">test!</button>
|
||||
|
||||
<main class="container">
|
||||
<h4>This is a very simple example module!</h4>
|
||||
<button id="testButton" onclick="testFunc()">test!</button>
|
||||
</main>
|
||||
|
||||
<script>
|
||||
window.main = ()=>{}
|
||||
|
||||
function getel(el) {return document.getElementById(el)}
|
||||
|
||||
function testFunc() {
|
||||
window.sendRaw('test1', {
|
||||
window.send('exampleTest', {
|
||||
data: 'test!'
|
||||
})
|
||||
}
|
||||
|
||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user