<!DOCTYPE html>
<html lang="en">
<head>
	<title>Pet Planet</title>
	
	<link type="text/css" rel="stylesheet" href="./assets/css/index.css">
	<link rel="icon" href="./assets/favicon.ico">
	
	<meta charset="UTF-8" />
	<meta name="description" content="Pet Planet is a family-run pet shop located in Ashford Highstreet." />
	<meta name="keywords" content="pets,dogs,cats,shop,ashford,highstreet" />
	<meta name="author" content="Jacob Smith" />
	<meta name="viewport" content="width=device.width, initial-scale=1.0" />
	<meta property="og:title" content="Pet Planet" />
	<meta property="og:description" content="Pet Planet is a family-run pet shop located in Ashford Highstreet." />
	<meta property="og:type" content="website" />
	<meta property="og:url" content="https://pet-planet.netlify.com/" />
	<meta property="og:image" content="https://pet-planet.netlify.com/assets/ogp.jpg" />
</head>
<body>
	<nav>
	  <li class="left"><a href="index.html">Pet Planet</a></li>
	  <li><a href="care.html">Care</a></li>
	  <li><a href="products.html">Products</a></li>
	  <li><a href="index.html">Home</a></li>
	</nav>

	<h1>Products</h1>
	<p>We stock many high quality products in our store.<br>Check them out here.</p>
	
	<div class="images">
		<img src="./assets/img/pedigree_dogfood.jpg" alt="Pedigree Dogfood">
		<img src="./assets/img/splaker_leash.jpg" alt="Splaker Dog Leash">
		<img src="./assets/img/mouse_toy.jpg" alt="Mouse Toy">
	</div>
</body>
</html>