pymove3d.py
changeset 90 57900b452c8b
parent 88 73dea50cd9c5
child 95 f0c34c057f0a
equal deleted inserted replaced
89:d8f2ed955656 90:57900b452c8b
    41 
    41 
    42 @app.route("/imprint")
    42 @app.route("/imprint")
    43 def imprint():
    43 def imprint():
    44     return render_template("imprint.html", act="imprint")
    44     return render_template("imprint.html", act="imprint")
    45 
    45 
    46 @app.route("/pivacy")
    46 @app.route("/privacy")
    47 def privacy():
    47 def privacy():
    48     return render_template("privacy.html", act="privacy")
    48     return render_template("privacy.html", act="privacy")
    49 
    49 
    50 
    50 
    51 @app.errorhandler(404)
    51 @app.errorhandler(404)
Impressum Datenschutzerklärung