@ -17,3 +17,8 @@ from .app import app
def home():
"""home route"""
return render_template("home.html")
@app.route("/about")
def about():
return render_template("about.html")