Update server.py

This commit is contained in:
Nova Cat 2025-01-15 15:16:12 -08:00
parent eeb75ebd8a
commit cb3b323289

View file

@ -81,6 +81,9 @@ def gencert():
@app.route("/style.css")
def style():
return send_file("style.css")
@app.route("/favicon.ico")
def favicon():
return send_file("gem2browser.png")
@app.route("/logo.png")
def logo():
return send_file("gem2browser.png")