Initial import
This commit is contained in:
19
test.html
Normal file
19
test.html
Normal 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>
|
||||
Reference in New Issue
Block a user