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

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>