summaryrefslogtreecommitdiff
path: root/includes/components/header.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/components/header.inc')
-rw-r--r--includes/components/header.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/components/header.inc b/includes/components/header.inc
index 34b30e6..234b518 100644
--- a/includes/components/header.inc
+++ b/includes/components/header.inc
@@ -53,9 +53,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc";
<!doctype html>
<html lang="en">
<head>
+ <link href="/assets/logo/custom.css" rel="preload" as="style">
+ <link href="/assets/logo/custom.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="/assets/logo/custom.css" rel="preload" as="style" onload="this.rel = 'stylesheet'">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<title><?= $title && $title !== "-" ? $title . " ยท " : "" ?>Cold Haze</title>