aboutsummaryrefslogtreecommitdiff
path: root/views/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/header.php')
-rw-r--r--views/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/header.php b/views/header.php
index d84ee05..13c1f28 100644
--- a/views/header.php
+++ b/views/header.php
@@ -5,6 +5,7 @@
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#2b2b2e">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/styles.css">
<title><?php echo htmlspecialchars($title ?? "");?></title>
</head>
<body>