warning banner about new surveillance + opsec page (#35)

* warning banner about new surveillance + opsec page

* finishing opsec page
This commit is contained in:
lalanza808 2024-12-19 09:46:21 -08:00 committed by GitHub
parent 5d363417f8
commit e98f928ce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 167 additions and 1 deletions

View file

@ -104,6 +104,11 @@ def about():
return render_template("about.html")
@bp.route("/opsec")
def opsec():
return render_template("opsec.html")
@bp.route("/add", methods=["GET", "POST"])
def add():
if request.method == "POST":