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

4 lines
107 B
HTML
Raw Permalink Normal View History

2024-10-30 21:48:20 +01:00
{{ with .redirect }}
<meta http-equiv="refresh" content="{{ .delay }};url={{ .targetURL }}" />
{{ end }}