Add today and yesterday pages

This commit is contained in:
floppydiskette 2024-12-11 23:05:59 +00:00
commit 98bad33895
No known key found for this signature in database
17 changed files with 6713 additions and 7084 deletions

View file

@ -14,7 +14,7 @@ let fixedHeader = false; // Use only true or false
let fixedFooter = true; // Use only true or false
let headerMargin = 20; // Gap between the header and the main body
let footerMargin = 10; // Gap between the body and the footer
let load_menu = "js/menu.js"; // menu file to load - path is relative to the page
let load_menu = "/js/menu.js"; // menu file to load - path is relative to the page
// Thats the only changes you should make unless you know better!