Add stats page

This commit is contained in:
2020-11-11 22:54:17 +01:00
parent 2e2d0c9332
commit 243c5e6e5a
5 changed files with 303 additions and 1 deletions

View File

@ -103,3 +103,10 @@ ul.striped_list > li:nth-of-type(odd) {
.history_entry_delete_button {
color: #aa0000;
}
.hline {
width: 99%;
height: 3px;
background-color: #aaaaaa;
margin: auto;
}