36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<meta name="viewport" content="width=device-width,maximum-scale=1">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/style-slate.css">
|
|
<title>blink(1) URL API demo party</title>
|
|
|
|
<script type="module" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
|
|
<h1>blink(1) URL API demo party</h1>
|
|
|
|
<p>This demo is for the
|
|
<a href="https://blink1.thingm.com">blink(1) USB notification light</a></p>
|
|
<p>For more details on URL API, see the
|
|
<a href="https://github.com/todbot/blink1/blob/master/docs/app-url-api.md">documentation </a> </p>
|
|
<p>For more tools, see <a href="https://github.com/todbot/blink1-tool">blink1-tool</a>
|
|
</p>
|
|
|
|
<p>Click the 'Start' button to start the party. <br/>
|
|
Click 'Stop' to be a party pooper.</p>
|
|
|
|
<button id="start-button"> Start </button>
|
|
<button id="stop-button">Stop</button>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|