LinkShim/templates/warning.html

19 lines
358 B
HTML

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