diff options
Diffstat (limited to 'templates/recipe-list.html')
-rw-r--r-- | templates/recipe-list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/recipe-list.html b/templates/recipe-list.html index 83d0849..32e033a 100644 --- a/templates/recipe-list.html +++ b/templates/recipe-list.html @@ -1,4 +1,4 @@ -<h3>Plats</h3> +<h1>Plats</h1> <ul> $for(mainDishes)$ @@ -8,7 +8,7 @@ $endfor$ </ul> -<h3>Desserts hypoglucidiques</h3> +<h1>Desserts hypoglucidiques</h1> <ul> $for(lowCarbDesserts)$ @@ -18,7 +18,7 @@ $endfor$ </ul> -<h3>Desserts hyperglucidiques</h3> +<h1>Desserts hyperglucidiques</h1> <ul> $for(highCarbDesserts)$ |