You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
schnutibox/assets/web/templates/index.html.tmpl

34 lines
1.1 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>Currently playing</h2>
<div id="currentsong"></div>
<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>