summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/redirect.html
blob: a50b324f0e0735d399a4e9b0234166f32e175460 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="refresh" content="0; url='{{ .Payload.URL }}'" />
  </head>
  <body>
    <p>Redirecting...</p>
  </body>
</html>