Add msssing file

This commit is contained in:
Nicolas Bertrand 2025-10-10 00:42:52 +02:00
parent 7c5ab98553
commit 0cbc102508
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block content %}
<section class="section">
<div class="container">
<h1 class="title is-1">Redémarrage en cours</h1>
<p>Merci de patienter</p>
</div>
</div>
{% endblock content %}
{% block extrajs %}
<script>setTimeout(function(){ window.location.href = "/"; }, 2000);</script>
{% endblock extrajs %}