27 lines
No EOL
1 KiB
HTML
27 lines
No EOL
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Hello Bulma!</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css">
|
|
</head>
|
|
<body>
|
|
<section class="section">
|
|
<div class="container">
|
|
<h1 class="title has-text-centered">
|
|
HDRezcord
|
|
</h1>
|
|
<p id="status" class="subtitle has-text-centered"></p>
|
|
<div class="field has-addons is-flex is-justify-content-center">
|
|
<div class="control">
|
|
<button id="on" class="button is-link is-1 is-rounded">On</button>
|
|
</div>
|
|
<div class="control">
|
|
<button id="off" class="button is-link is-1 is-rounded">Off</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html> |