Réorganisation du code

This commit is contained in:
2023-05-17 07:54:38 +02:00
parent 61c61d203b
commit fba7a5a057
14 changed files with 343 additions and 174 deletions

16
templates/layout.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./static/css/style.css", filename= 'style.css'>
<script src="/static/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SpotDL Web</title>
</head>
<body>
{% block body %}{% endblock body %}
</body>
</html>