summaryrefslogtreecommitdiff
path: root/recipe-directory-template.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'recipe-directory-template.html.erb')
-rw-r--r--recipe-directory-template.html.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipe-directory-template.html.erb b/recipe-directory-template.html.erb
new file mode 100644
index 0000000..55d0c7c
--- /dev/null
+++ b/recipe-directory-template.html.erb
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <title>Pantry of Plants</title>
+ <link rel="stylesheet" href="../style/style.css">
+ <script src="../scripts/image-slide.js" defer></script>
+ </head>
+ <body>
+ <%= render "header.html.erb" %>
+ <div class="content">
+ <%= content %>
+ </div>
+ <%= render "footer.html.erb" %>
+ </body>
+</html>