pymove3d.py
changeset 3 c07ffbab8647
parent 1 3aa6f55df039
child 34 d9a3c0cebf6b
child 88 73dea50cd9c5
equal deleted inserted replaced
1:3aa6f55df039 3:c07ffbab8647
    19 
    19 
    20 @app.route("/")
    20 @app.route("/")
    21 
    21 
    22 @app.route("/index")
    22 @app.route("/index")
    23 def index():
    23 def index():
    24     return render_template("index.html", act="index")
    24     return render_template("index.html")
    25 
    25 
    26 @app.route("/competition")
    26 @app.route("/competition")
    27 def competition():
    27 def competition():
    28     return render_template("competition.html", act="competition")
    28     return render_template("competition.html", act="competition")
    29 
    29 
Impressum Datenschutzerklärung