- début refonte graphique
- début MangaDbProvider
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user