bundlewrap/bundles/vnstat/files/index.html
Franzi fd99334a66
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/vnstat: improve usability of web dashboard for mobile devices
2020-11-16 21:43:51 +01:00

16 lines
555 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${node.name} - ${interface}</title>
<meta name="viewport" content="width=520">
</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>
<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>