You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
302 B

<html>
<head>
<meta http-equiv="refresh" content="0; url={{ .Params.link }}" />
<title>Redirecting...</title>
</head>
<body>
<p><a href="{{ .Params.link }}">Click here if you're not redirected.</a></p>
<script>
window.location = {{ .Params.link }}
</script>
</body>
</html>