MAJ dossier docker

This commit is contained in:
2023-05-14 08:30:26 +02:00
parent 54a7b8c293
commit 76f96060e5
15 changed files with 455 additions and 101 deletions

View File

@@ -1,18 +1,18 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="static/css/style.css", filename= 'style.css'>
<title>SpotDL Web</title>
</head>
{% extends 'layout.html' %}
<body>
<div class="container">
<h1 class="title"> SpotDL Web </h1>
<h2> Veuillez entrer au moins une URL ! </h2>
<button class="btn" onclick="window.location.href = '/';">Accueil</button>
{% block body %}
{% if message %}
<p>{{ message }}</p>
{% endif %}
</div>
<body>
<div class="container">
<h1 class="title"> SpotDL Web </h1>
<h2> Veuillez entrer au moins une URL ! </h2>
<button class="btn" onclick="window.location.href = '/';">Accueil</button>
</body>
{% if message %}
<p>{{ message }}</p>
{% endif %}
</div>
</body>
{% endblock body %}