Update server.py
This commit is contained in:
parent
eeb75ebd8a
commit
cb3b323289
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ def gencert():
|
||||||
@app.route("/style.css")
|
@app.route("/style.css")
|
||||||
def style():
|
def style():
|
||||||
return send_file("style.css")
|
return send_file("style.css")
|
||||||
|
@app.route("/favicon.ico")
|
||||||
|
def favicon():
|
||||||
|
return send_file("gem2browser.png")
|
||||||
@app.route("/logo.png")
|
@app.route("/logo.png")
|
||||||
def logo():
|
def logo():
|
||||||
return send_file("gem2browser.png")
|
return send_file("gem2browser.png")
|
||||||
|
|
Loading…
Add table
Reference in a new issue