summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/workflow/exit_redirect.html
blob: b08df786ece292abc4edd5f75f209aa350475cae (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<html>
    <script>
    top.window.location.href='/';
    </script>
</html>