diff options
author | Frankie B <floppydisk05@aol.com> | 2022-12-05 18:30:58 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-12-05 18:30:58 +0000 |
commit | 2485f3ff0e06ac7a8f48486811251e3d7f478ee2 (patch) | |
tree | 2a6b75257ae1a620d7f31ad4a4ff09fc924ce104 /inc/header.inc.php | |
parent | 5a51ac7cfadb8c61c8370e369b372b3b92674f27 (diff) |
Add theme-color and image alt text
Diffstat (limited to 'inc/header.inc.php')
-rw-r--r-- | inc/header.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/header.inc.php b/inc/header.inc.php index 2999537..f891dca 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -1,5 +1,6 @@ <meta charset="utf-8"> <meta property="og:type" content="website"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="theme-color" content="#333333"> <link rel="stylesheet" id="theme" href="/res/css/dark.css" type="text/css"> <script defer data-domain="diskfloppy.me" src="https://analytics.nickandfloppy.com/js/plausible.js"></script> |