Initial import

This commit is contained in:
2026-02-27 22:39:18 +01:00
parent 534d7e3e67
commit cecfdb5d4c
11 changed files with 1366 additions and 0 deletions

19
test.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>test</title>
<script src="webui.js"></script>
<script src="boilerplate.js"></script>
</head>
<body>
<h1>Test</h1>
<p> Use this button
<button id="btn">My Button</button>
</p>
<p>And you will be blessed</p>
<p>
<button id="me">Here</button> You can click something else.
</p>
</body>
</html>