Initial version of the timetable/countdown
Signed-off-by: Alban Bedel <albeu@free.fr>
This commit is contained in:
18
static/countdown.html
Normal file
18
static/countdown.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Countdown</title>
|
||||
<link rel="stylesheet" href="/static/countdown.css"/>
|
||||
</head>
|
||||
<script src="/static/countdown.js"></script>
|
||||
</script>
|
||||
<body>
|
||||
<div id="view">
|
||||
<div id="artist"></div>
|
||||
<div id="counter">
|
||||
<span id="counter-value"></span>
|
||||
<span id="counter-unit"></span>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user