2024-10-28 03:06:06 +09:00

4 lines
79 B
Python

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