This commit is contained in:
Aevann1 2021-09-08 10:53:57 +02:00
parent 96e442045d
commit 3c533add7f
7 changed files with 264 additions and 223 deletions

View file

@ -114,7 +114,7 @@ def log_item(id, v):
@app.route("/sex")
def index():
return render_template("index.html", **{"greeting": "Hello from Flask!"})
return render_template("index.html", **{"greeting": "Hello from Flask!"})
@app.get("/assets/favicon.ico")
def favicon():