epilogue/templates/redirect.mustache

4 lines
147 B
Plaintext

<html>
<head><meta http-equiv="refresh" content="0; url={{target}}" /></head>
<body><p><a href="{{target}}">Redirect</a></p></body>
</html>