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">
|
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>
|