diff options
author | 53hornet <atc@53hor.net> | 2022-01-14 14:28:19 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2022-01-14 14:28:19 -0500 |
commit | 8794c7382edc928dc4054a27b572e0b02ea91cb1 (patch) | |
tree | 145fcc4b49410c58e80f105f03b2c34896a4d48c /includes/head.php | |
parent | 30b5423c1486c167240876b70521014d06b8d79b (diff) | |
download | 53hor-8794c7382edc928dc4054a27b572e0b02ea91cb1.tar.xz 53hor-8794c7382edc928dc4054a27b572e0b02ea91cb1.zip |
feat: break up css, add cgit css
Diffstat (limited to 'includes/head.php')
-rw-r--r-- | includes/head.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/head.php b/includes/head.php index 6e0bc4e..44184d4 100644 --- a/includes/head.php +++ b/includes/head.php @@ -13,7 +13,10 @@ <meta property="og:url" content="https://www.53hor.net" /> <style> - <?php include('./includes/style.css'); ?> + <?php + include('./includes/common.css'); + include('./includes/www.css'); + ?> </style> <link rel="icon" href="/assets/53hornet.svg" type="image/svg+xml"> |