summaryrefslogtreecommitdiff
path: root/partials/head.html.erb
blob: c8196f399aa6d8f93c326747d6844b9055617b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width">
	<meta name="description" content="Vegan Recipes">
	<meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
	<meta name="author" content="Scott Jones">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pantry of Plants</title>
    <link rel="stylesheet" href="style/style.css">
    <script src="scripts/image-slide.js" defer></script>
  </head>