Nettoyage du code

This commit is contained in:
2023-01-07 17:13:33 +01:00
parent 1d1e3d4b3d
commit cfd041495c
18 changed files with 65 additions and 802 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 %}