aboutsummaryrefslogtreecommitdiff
path: root/captain/templates/redirect.html
blob: dec695fbbd1699d8ad91ec3fe00a45920a2d0c07 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8"/>
        <meta http-equiv="Refresh" content="0; url='{{ base_url }}/{{ destination }}'" />
        <title>Command Received</title>
    </head>
    <body>
    </body>
</html>