Update templates/index.html
This commit is contained in:
parent
2cbfbc4f0f
commit
443da67a10
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/png" href="{{url_for('static', filename='favicon.png')}}" />
|
||||
<title>VM Aanvraag</title>
|
||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
|
|
@ -191,7 +192,7 @@
|
|||
</form>
|
||||
|
||||
<div id="loading">
|
||||
<img src="https://i.redd.it/zivj0410iigd1.gif" alt="Laad animatie">
|
||||
<img src="{{url_for('static', filename='loading.gif')}}" alt="Laad animatie">
|
||||
<p>De VM wordt aangemaakt...</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue