diff options
| author | kj-sh604 | 2024-07-09 02:09:47 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-09 02:09:47 -0400 |
| commit | d259fcde814ab8dc4b393c944649055b840d011d (patch) | |
| tree | 664db9974d999eda26f4bc8a9cc26df99932a4c3 /includes | |
| parent | b326c66087a3341d26696121ac3417a29dbc86f3 (diff) | |
kj-gitbot: includes/link-tags.php
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/link-tags.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/link-tags.php b/includes/link-tags.php new file mode 100644 index 0000000..209f6b4 --- /dev/null +++ b/includes/link-tags.php @@ -0,0 +1,3 @@ +<link rel="icon" href="../img/site-icon.webp" type="image/x-icon"> +<link rel="stylesheet" href="../css/style.css"> +<link rel="stylesheet" href="https://cdn.rawgit.com/xcatliu/simplemde-theme-dark/master/dist/simplemde-theme-dark.min.css"> |
