31 lines
1.0 KiB
Cheetah
31 lines
1.0 KiB
Cheetah
<!doctype html>
|
|
<html lang=en>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>schnutibox</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
|
|
<link rel="stylesheet" href="/static/normalize.css">
|
|
<link rel="stylesheet" href="/static/milligram.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>schnutibox</h1>
|
|
|
|
<h2>Timer</h2>
|
|
Takes only seconds. Example: 600s
|
|
<form id="timerForm">
|
|
<input type="text" name="duration" placeholder="600s">
|
|
<input type="submit" value="Set">
|
|
</form>
|
|
|
|
<h2>logs</h2>
|
|
<pre>
|
|
<code>
|
|
<div id="log"></div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
<script src=/static/schnutibox.js></script>
|
|
</body>
|
|
</html>
|