17 lines
525 B
HTML
17 lines
525 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='refresh' content='17'>
|
|
<link rel='stylesheet' href='../css/svg.css'>
|
|
<link rel='icon' href='../img/favicon.png'>
|
|
<script src="../js/svg-click.js" charset="utf-8"></script>
|
|
</head>
|
|
<body>
|
|
<svg id='graph' width='{width}' height='200' viewBox='{start} -0.5 {period} 10' preserveAspectRatio='none' version='1.1' xmlns='http://www.w3.org/2000/svg'>
|
|
<line id='days' x1='{day_start}' x2='{day_stop}'></line>
|
|
{events}
|
|
</svg>
|
|
</body>
|
|
</html>
|