LinkShim/templates/watchlist.html

19 lines
373 B
HTML

<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>