redirect: 2 seconds

This commit is contained in:
Philippe Loctaux 2023-04-25 00:11:50 +02:00
parent 3a6092ce4f
commit cb46556717

View file

@ -35,7 +35,7 @@
</div> </div>
<div class="text-center text-muted mt-3"> <div class="text-center text-muted mt-3">
<a href="{{ home_page }}" tabindex="-1">Click here if you are not redirected</a> <a href="{{ home_page }}" tabindex="-1">Click here if you are not redirected</a>
<meta http-equiv="refresh" content="1; url={{ home_page }}"> <meta http-equiv="refresh" content="2; url={{ home_page }}">
</div> </div>
</div> </div>
</div> </div>