summaryrefslogtreecommitdiff
path: root/includes/head.php
diff options
context:
space:
mode:
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">