From 5ec22ea7ca8a752d8fee3cda325a3793492f6583 Mon Sep 17 00:00:00 2001 From: iqbal rifai Date: Mon, 28 May 2018 08:27:37 +0200 Subject: [PATCH] Initial Commit --- templates/warning.html | 19 +++++++++++++++++++ templates/watchlist.html | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 templates/warning.html create mode 100644 templates/watchlist.html diff --git a/templates/warning.html b/templates/warning.html new file mode 100644 index 0000000..d873ebc --- /dev/null +++ b/templates/warning.html @@ -0,0 +1,19 @@ + + + Warning! Potentially Spammy or Malicious Link + + + + Warning: You're being redirected away from YOURSITE.com +
+
+ This is the link you clicked on: +
+ {{ href }} +
+
+ Actions: + Go back or continue + + + \ No newline at end of file diff --git a/templates/watchlist.html b/templates/watchlist.html new file mode 100644 index 0000000..8d1c249 --- /dev/null +++ b/templates/watchlist.html @@ -0,0 +1,19 @@ + + + Warning! Potentially Spammy or Malicious Link + + + + Warning: This link has been marked as potentially spammy or malicious. +
+
+ This is the link you clicked on: +
+ {{ href }} +
+
+ Actions: + Go back or continue + + + \ No newline at end of file