2024-10-30 07:19:23 +09:00

4 lines
79 B
Python

@app.route("/about")
def aboutpage():
return render_template("about.html")