Ajout page erreur si toutes les url vident, création du fichier css pour habiller la page.
This commit is contained in:
10
templates/download_complete.html
Normal file
10
templates/download_complete.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename= 'css/style.css') }}">
|
||||
<title>SpotDL Web</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> SpotDL Web </h1>
|
||||
<h2> Téléchargement Terminé </h2>
|
||||
<button onclick="window.location.href = '/';">Télécharger à nouveau</button>
|
||||
</body>
|
||||
Reference in New Issue
Block a user