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