- début refonte graphique

- début MangaDbProvider
This commit is contained in:
Jérémy Guillot
2024-06-05 00:05:28 +02:00
parent 2f9ff7facb
commit 9595831aa3
23 changed files with 607 additions and 515 deletions

View File

@@ -1,9 +1,6 @@
{% extends 'base.html.twig' %}
{% block title %}Chapitres de {{ manga.title }}{% endblock %}
{% block body %}
<div class="container mx-auto px-4">
<div class="container w-full ml-60 p-4">
<h1 class="text-4xl font-bold mb-8">Chapitres de {{ manga.title }}</h1>
<ul class="list-disc pl-5">
@@ -64,4 +61,4 @@
});
</script>
{% endblock %}
{% endblock %}
{% endblock %}