Skip to content

Commit 82b22fe

Browse files
feat(demo): Added favicon to web interface (#79)
* Added icon to web interface * Update src/demo/index.php Co-authored-by: Jonah Lawrence <[email protected]> * renamed icon * updated name in index.php Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 485bc9e commit 82b22fe

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,4 @@ Made with ❤️ and PHP
167167
<!-- markdownlint-disable MD033 -->
168168
<a href="https://heroku.com/"><img alt="Powered by Heroku" title="Powered by Heroku" src="https://img.shields.io/badge/-Powered%20by%20Heroku-6567a5?style=for-the-badge&logo=heroku&logoColor=white"/></a>
169169
<!-- markdownlint-enable MD033 -->
170+
This project uses [Twemoji](https://github.com/twitter/twemoji), published under the [CC-BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)

src/demo/favicon.png

254 Bytes
Loading

src/demo/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function gtag() { dataLayer.push(arguments); }
2424
<script type="text/javascript" src="./js/toggle-dark.js" defer></script>
2525
<script type="text/javascript" src="./js/jscolor.min.js" defer></script>
2626
<script async defer src="https://buttons.github.io/buttons.js"></script>
27+
<link rel="icon" type="image/png" href="favicon.png">
2728
</head>
2829

2930
<body <?php echo (isset($_COOKIE["darkmode"]) && $_COOKIE["darkmode"] == "on") ? 'data-theme="dark"' : ""; ?>>

0 commit comments

Comments
 (0)