19 lines
368 B
HTML
19 lines
368 B
HTML
<!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> |