mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-13 04:25:25 -04:00
warning banner about new surveillance + opsec page (#35)
* warning banner about new surveillance + opsec page * finishing opsec page
This commit is contained in:
parent
5d363417f8
commit
e98f928ce3
6 changed files with 167 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue