LinkShim/templates/watchlist.html

19 lines
373 B
HTML
Raw Normal View History

2018-05-28 08:27:37 +02:00
<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>