add /about-ssh essay

This commit is contained in:
2021-01-30 22:14:04 -06:00
parent c849ec3c11
commit 7217ff7a6d
4 changed files with 362 additions and 4 deletions

View File

@ -22,6 +22,10 @@ def pricing():
def faq():
return render_template("faq.html")
@bp.route("/about-ssh")
def about_ssh():
return render_template("about-ssh.html")
@bp.route("/changelog")
def changelog():
return render_template("changelog.html")