ai/at
ai/at
1
0
2024-12-27 16:48:48 +09:00

4 lines
79 B
Python

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