mirror of
https://github.com/tildeclub/site.git
synced 2026-03-23 11:20:18 +00:00
Update header.php
This commit is contained in:
committed by
GitHub
parent
90c4f3d500
commit
23039ce7e2
@@ -4,10 +4,13 @@
|
|||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
|
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
|
||||||
|
|
||||||
|
<!-- Preload CSS and image resources -->
|
||||||
<link rel="preload" href="/style.css" as="style">
|
<link rel="preload" href="/style.css" as="style">
|
||||||
<link rel="preload" href="/images/rss.png" as="image">
|
<link rel="preload" href="/images/rss.png" as="image">
|
||||||
<link rel="stylesheet" href="/style.css">
|
|
||||||
|
|
||||||
|
<!-- Load the CSS file -->
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php include "nav.html"; ?>
|
<?php include "nav.html"; ?>
|
||||||
@@ -18,4 +21,3 @@
|
|||||||
<img src="/images/rss.png" alt="RSS Feed">
|
<img src="/images/rss.png" alt="RSS Feed">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user