We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a favicon that I like to use for this. How does one incorporate it into the code the same way you have all the icons?
The text was updated successfully, but these errors were encountered:
All the icons you see here are included in base64. The showImage() function is used to decode and show them to the end user.
Then you can add this in the html head : <link href="?img=YourImageNameHere" rel="icon" type="image/gif" />
<link href="?img=YourImageNameHere" rel="icon" type="image/gif" />
and of course, this line right after others images : $_IMAGES["YourImageNameHere"] = "Base64 image here";
$_IMAGES["YourImageNameHere"] = "Base64 image here";
Sorry, something went wrong.
No branches or pull requests
I have a favicon that I like to use for this. How does one incorporate it into the code the same way you have all the icons?
The text was updated successfully, but these errors were encountered: