aboutsummaryrefslogtreecommitdiff
path: root/templates/recipe-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/recipe-list.html')
-rw-r--r--templates/recipe-list.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/templates/recipe-list.html b/templates/recipe-list.html
deleted file mode 100644
index 64ae045..0000000
--- a/templates/recipe-list.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<h1>Plats</h1>
-
-<ul>
- $for(mainDishes)$
- <li>
- <a href="$url$">$title$</a>
- </li>
- $endfor$
-</ul>
-
-<h1>Desserts hypoglucidiques</h1>
-
-<ul>
- $for(lowCarbDesserts)$
- <li>
- <a href="$url$">$title$</a>
- </li>
- $endfor$
-</ul>
-
-<h1>Desserts hyperglucidiques</h1>
-
-<ul>
- $for(highCarbDesserts)$
- <li>
- <a href="$url$">$title$</a>
- </li>
- $endfor$
-</ul>
-
-<h1>Nettoyage</h1>
-
-<ul>
- $for(cleaningRecipes)$
- <li>
- <a href="$url$">$title$</a>
- </li>
- $endfor$
-</ul>