🚚 use snake case for code file names

This commit is contained in:
DrMaxNix 2024-02-19 20:45:25 +01:00
parent d61025e528
commit b819111cbd
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
Page::$head["analytics"] = '<script defer data-domain="sbgg.jetzt" src="https://analytics.tjdev.de/js/script.js"></script>';
Page::css("./page/start/style.css");
Page::js(__DIR__ . "/iframe-magic.js");
Page::js(__DIR__ . "/iframe_magic.js");
Page::font("ubuntu");
Page::font("tabler");