diff --git a/xmrnodes/routes/meta.py b/xmrnodes/routes/meta.py index 72042e0..24e3094 100644 --- a/xmrnodes/routes/meta.py +++ b/xmrnodes/routes/meta.py @@ -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": diff --git a/xmrnodes/static/images/coin_sweep.png b/xmrnodes/static/images/coin_sweep.png new file mode 100644 index 0000000..8d07c6d Binary files /dev/null and b/xmrnodes/static/images/coin_sweep.png differ diff --git a/xmrnodes/static/images/coin_sweep_outputs.png b/xmrnodes/static/images/coin_sweep_outputs.png new file mode 100644 index 0000000..f1357ca Binary files /dev/null and b/xmrnodes/static/images/coin_sweep_outputs.png differ diff --git a/xmrnodes/static/images/tainted_utxos.png b/xmrnodes/static/images/tainted_utxos.png new file mode 100644 index 0000000..f89e96f Binary files /dev/null and b/xmrnodes/static/images/tainted_utxos.png differ diff --git a/xmrnodes/templates/base.html b/xmrnodes/templates/base.html index 3be8971..38c0b77 100644 --- a/xmrnodes/templates/base.html +++ b/xmrnodes/templates/base.html @@ -27,11 +27,47 @@ -
+ + + + + {% with messages = get_flashed_messages() %} {% if messages %}