night0721.xyz/layouts/redirect/single.html
2023-11-19 23:58:44 +00:00

4 lines
190 B
HTML

<head><meta http-equiv="refresh" content="0;URL={{ .Params.redirect }}" /></head>
<main>
If you are not redirected, please follow <a href="{{ .Params.redirect }}">this link</a>.
</main>