<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>HTML 5 Boilerplate</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body> 
    <p>
      Recipes
    </p>
    <img src="recipe.png">
    <p>
      Nutrient Profile
    </p>
    <img src="nutrient-profile.png">
    <p>
      Nutrient profile calculator
    </p>
    <img src="nutrient-profile-calculator.png">
    <p>
      Nutrient profiles
    </p>
    <img src="nutrient-profiles.png">
  </body>
</html>