Skip to content
Snippets Groups Projects
store.html 764 B
<!DOCTYPE html>
<html>
<head>
<!-- HTML Codes by Quackit.com -->
<title>
Food store is here</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="store food dinner lunch">
<meta name="description" content="The food store sells cat food for dinner, lunch, and breakfast.">
<style>
body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
</style>
</head>
<body>
<h1>COme shop Come shop at our Store</h1>
<p>Please come to our store!</p>
</body>
</html>