blob: 58b7a3ef60b14843add5dfb17d23fb71fb2e0905 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>dots-sk</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
canvas {
margin: 1em;
border: 1px solid lightgrey;
}
#event-log-container {
border: 1px solid lightgrey;
margin: 5em 1em 1em;
padding: 1em;
}
#event-log {
font-family: monospace;
}
</style>
</head>
<body class="body-sk">
<div id="container">
<!-- A dots-sk element will be inserted here dynamically. -->
</div>
<div id="event-log-container">
<p><strong>Event log</strong></p>
<textarea id="event-log" readonly rows="30" cols="120"></textarea>
</div>
</body>
</html>