Skip to content
New issue

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

Add missing favicon #12

Closed
brainelectronics opened this issue Mar 30, 2022 · 2 comments
Closed

Add missing favicon #12

brainelectronics opened this issue Mar 30, 2022 · 2 comments

Comments

@brainelectronics
Copy link
Owner

@app.route("/favicon.ico")
def favicon(req, resp):
  yield from app.sendfile(resp, "favicon.ico")
@brainelectronics
Copy link
Owner Author

brainelectronics commented Apr 23, 2022

Try image2hex Converter

Or return 204 to satisfy the browser

@brainelectronics
Copy link
Owner Author

Hex is larger than .ico file, using additional 12K, will implement 204 response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant