2020-11-16 16:07:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>${node.name} - ${interface}</title>
|
2020-11-16 20:43:51 +00:00
|
|
|
<meta name="viewport" content="width=520">
|
2021-04-11 12:35:49 +00:00
|
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📈</text></svg>">
|
2020-11-16 16:07:05 +00:00
|
|
|
</head>
|
|
|
|
<body style="background-color: #333333; color: #FFFFFF; text-align: center;">
|
|
|
|
<h1>${node.name} - ${interface}</h1>
|
2021-04-11 07:01:58 +00:00
|
|
|
<p><img src="/summary.png" alt="Short summary"></p>
|
|
|
|
<p><img src="/top10.png" alt="Top 10 days"></p>
|
|
|
|
<p><img src="/hours.png" alt="Statistics for last 24h"></p>
|
|
|
|
<p><img src="/daily.png" alt="Statistics for last 30 days"></p>
|
|
|
|
<p><img src="/monthly.png" alt="Statistics for last 12 months"></p>
|
|
|
|
<p><img src="/yearly.png" alt="Yearly Statistics"></p>
|
2020-11-16 16:07:05 +00:00
|
|
|
<p>All times in UTC</p>
|
|
|
|
</body>
|
|
|
|
</html>
|