Refonte complète

This commit is contained in:
2023-01-02 22:14:21 +01:00
parent a8f96501c2
commit 9c4a98bb60
13 changed files with 297 additions and 107 deletions

View File

@@ -1,19 +0,0 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="{{ url_for('static', filename= 'css/style.css') }}">
<title>SpotDL Web</title>
</head>
<body>
<div class="erreur">
<h1> SpotDL Web </h1>
<h2> Veuillez entrer au moins une URL ! </h2>
<button onclick="window.location.href = '/';">Télécharger à nouveau</button>
{% if message %}
<p>{{ message }}</p>
{% endif %}
</div>
</body>