ai/at
ai/at
1
0

4 lines
79 B
Python
Raw Normal View History

2024-10-18 22:49:50 +09:00
@app.route("/about")
def aboutpage():
return render_template("about.html")