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