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>
|
|
|
|
<p><img src="/top10.png" alt="TOP 10 Days"></p>
|
2020-11-19 15:52:45 +00:00
|
|
|
<p><img src="/yesterday.png" alt="Statistics for yesterday"></p>
|
2020-11-16 16:07:05 +00:00
|
|
|
<p><img src="/daily.png" alt="Daily Statistics"></p>
|
|
|
|
<p><img src="/monthly.png" alt="monthly Statistics"></p>
|
|
|
|
<p><img src="/yearly.png" alt=""></p>
|
|
|
|
<p>All times in UTC</p>
|
|
|
|
</body>
|
|
|
|
</html>
|