summaryrefslogtreecommitdiff
path: root/template.html.erb
blob: 868cd4c9df81557ccc7e640c90fd933de3f1bfbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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" %>
    <%= content %>
    <%= render "footer.html.erb" %>
  </body>
</html>