@ -16,4 +16,9 @@ from .app import app
@app.route("/")
def home():
"""home route"""
return render_template("home.html")
@app.route("/about")
def about():
return render_template("about.html")