Add stats_single page & header with links

This commit is contained in:
2021-02-04 19:53:28 +01:00
parent 597101ed47
commit 5fa1819bea
15 changed files with 285 additions and 232 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="en">
{{> head}}
<body>
{{> header}}
{{> stats_chart this}}
</body>
</html>