Initial Commit

This commit is contained in:
iqbal rifai 2018-05-28 08:27:37 +02:00
parent 1b94f880a6
commit 5ec22ea7ca
2 changed files with 38 additions and 0 deletions

19
templates/warning.html Normal file
View File

@ -0,0 +1,19 @@
<html>
<head>
<title>Warning! Potentially Spammy or Malicious Link</title>
</head>
<body>
<b>Warning:</b> You're being redirected away from YOURSITE.com
<br/>
<br/>
This is the link you clicked on:
<br/>
<i>{{ href }}</i>
<br/>
<br/>
Actions:
<a href="javascript:history.go(-1);">Go back</a> or <a href="{{ href }}">continue</a>
</body>
</html>

19
templates/watchlist.html Normal file
View File

@ -0,0 +1,19 @@
<html>
<head>
<title>Warning! Potentially Spammy or Malicious Link</title>
</head>
<body>
<b>Warning:</b> This link has been marked as potentially spammy or malicious.
<br/>
<br/>
This is the link you clicked on:
<br/>
<i>{{ href }}</i>
<br/>
<br/>
Actions:
<a href="javascript:history.go(-1);">Go back</a> or <a href="{{ href }}">continue</a>
</body>
</html>