summaryrefslogtreecommitdiff
path: root/includes/head.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2022-01-14 14:28:19 -0500
committer53hornet <atc@53hor.net>2022-01-14 14:28:19 -0500
commit8794c7382edc928dc4054a27b572e0b02ea91cb1 (patch)
tree145fcc4b49410c58e80f105f03b2c34896a4d48c /includes/head.php
parent30b5423c1486c167240876b70521014d06b8d79b (diff)
download53hor-8794c7382edc928dc4054a27b572e0b02ea91cb1.tar.xz
53hor-8794c7382edc928dc4054a27b572e0b02ea91cb1.zip
feat: break up css, add cgit css
Diffstat (limited to 'includes/head.php')
-rw-r--r--includes/head.php5
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">