aboutsummaryrefslogtreecommitdiff
path: root/views/header.php
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-19 15:55:32 +0200
committerSyndamia <kamen@syndamia.com>2025-01-19 15:55:32 +0200
commit97ce22e66707e82fbd160edeb97de0432e2be767 (patch)
tree1c91e7838de56cc8bc928f632ce90800bd3393d1 /views/header.php
parent7eddac321fba771bd3e5c7ef957d0c7f30117d18 (diff)
downloadnowayforward_human-97ce22e66707e82fbd160edeb97de0432e2be767.tar
nowayforward_human-97ce22e66707e82fbd160edeb97de0432e2be767.tar.gz
nowayforward_human-97ce22e66707e82fbd160edeb97de0432e2be767.zip
feat(views): Implement initial UI design
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>