<!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"> <style type="text/css"> .check-us-out { margin-top: 50px; margin-bottom: 25px; } </style> <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="newt" /> <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>Welcome to Pet Planet</h1> <p>We are a family-run pet shop located in Ashford Highstreet.</p> <h1 class="check-us-out">Check us out</h1> <iframe width='250px' height='250px' id='mapcanvas' src='https://maps.google.com/maps?q=High%20Street,%20Ashford&t=&z=10&ie=UTF8&iwloc=&output=embed' frameborder='0' scrolling='no' marginheight='0' marginwidth='0'><div class="zxos8_gm"><a href="https://www.giantbomb.com/profile/mobilephones/blog/">here</a></div><div style='overflow:hidden;'><div id='gmap_canvas' style='height:100%;width:100%;'></div></div></iframe> <br><br><br> <a href="mailto:insertemail@here.xyz" class="contact-us">Contact us.</a> </body> </html>