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

4 lines
107 B
HTML
Raw Normal View History

2024-01-08 21:32:04 +01:00
{{ with .redirect }}
<meta http-equiv="refresh" content="{{ .delay }};url={{ .targetURL }}" />
{{ end }}