html5-infobeamer-dhcp/layouts/partials/redirect.html

4 lines
107 B
HTML

{{ with .redirect }}
<meta http-equiv="refresh" content="{{ .delay }};url={{ .targetURL }}" />
{{ end }}