epilogue/templates/redirect.mustache

4 lines
147 B
Plaintext
Raw Normal View History

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