2024-10-26 05:31:43 +09:00

4 lines
79 B
Python

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