From 4334596d4bebc9a76f5ca8400813847eef5b3bb7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 20 Dec 2024 04:15:58 -0500 Subject: rework styles with scss --- src/web/_views/head.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/web/_views/head.php (limited to 'src/web/_views/head.php') diff --git a/src/web/_views/head.php b/src/web/_views/head.php new file mode 100644 index 0000000..cca43a1 --- /dev/null +++ b/src/web/_views/head.php @@ -0,0 +1,27 @@ + + + + + + + main->link_js($js); + } + foreach ($css_files as $css) { + echo $this->main->link_css($css); + } + ?> + <?=$title?> + + + + +
+
-- cgit v1.2.3-freya