Merge pull request #58 from litemotiv/favicon

Totally optional tilde favicon
This commit is contained in:
deepend-tildeclub 2024-12-07 17:20:57 -07:00 committed by GitHub
commit cca8aeeb1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
<link rel="icon" type="image/png" href="favicon.png">
<!-- Preload CSS and image resources -->
<link rel="preload" href="/style.css" as="style">