Modifications

This commit is contained in:
2023-01-05 19:05:25 +01:00
parent 33ae0da421
commit 570e36abcd
9 changed files with 369 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="static/css/style.css", filename= 'style.css'>
<title>SpotDL Web</title>
</head>
<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>
{% if message %}
<p>{{ message }}</p>
{% endif %}
</div>
</body>