Update header.php

This commit is contained in:
deepend-tildeclub 2024-08-17 11:52:25 -06:00 committed by GitHub
parent 1ca4308a44
commit f1543bcada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
<link rel="preload" href="/style.css" as="style">
<link rel="preload" href="/images/rss.png" as="image">
<link rel="stylesheet" href="/style.css">
</head>