diff options
| author | kj-sh604 | 2024-08-05 17:04:26 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-05 17:04:26 -0400 |
| commit | 11ae134cd720443b6ed5fe67bc570bbfcc8730e0 (patch) | |
| tree | f4cc000ad6ea18b095f6c463796b0011220a471a /includes/link-tags-in-head.php | |
| parent | 7e1da62bb3f0f3836c4006e44560241479767c50 (diff) | |
refactor: lighthouse optimizations 🗼 and slight redesign
Diffstat (limited to 'includes/link-tags-in-head.php')
| -rw-r--r-- | includes/link-tags-in-head.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/link-tags-in-head.php b/includes/link-tags-in-head.php new file mode 100644 index 0000000..3b5f302 --- /dev/null +++ b/includes/link-tags-in-head.php @@ -0,0 +1,2 @@ +<link rel="icon" href="../img/site-icon.webp" type="image/x-icon"> +<link rel="stylesheet" href="../css/style.css"> |
