formatte file

This commit is contained in:
2025-04-01 14:28:43 +02:00
parent f2ae2cbc13
commit e03e5458aa
77 changed files with 1231 additions and 945 deletions

View File

@@ -2,6 +2,7 @@ from flask import Flask, render_template
app = Flask(__name__)
@app.route('/')
@app.route("/")
def index():
return render_template('index.html')
return render_template("index.html")