Skip to content
Snippets Groups Projects
Commit 5ab3615b authored by Sandesh's avatar Sandesh
Browse files

done

parent 56a5a389
Branches
1 merge request!7Master
<!doctype html>
<html lang="en">
<head>
<!-- Linking my CSS -->
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<section id = "header">
<a href="/."> <img src = "/public/logo.png" class ="logo" alt = ""> </a>
<div>
<ul id="navbar">
<li><a href="about">About </a></li>
<li><a href="/itemlisted">Explore</a></li>
<li><a href="search">Search </a></li>
<li><a href="itemlist">List </a></li>
<li><a href="register">Register </a></li>
<li><a href="login">Login</a></li>
<li><a href="logout">Logout</a></li>
</ul>
</div>
</section>
<h1>Success you will be emailed shortly about the shipping process</h1>
<footer class = "section-p1">
<div class = "col">
<img class="logo2" src="/public/logo.png" alt="">
<h4>Contact</h4>
<p><strong> Address: </strong> 92 New Street London NW06 9ZS</p>
<p><strong> Hours: </strong> 12:00 - 18:00, Mon-Friday</p>
</div>
<div class="col">
<h4> About </h4>
<a href="#">About us</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4> My Account </h4>
<a href="#">Sign in</a>
<a href="#">View Cart</a>
<a href="#">Track My Order</a>
</div>
<div class="col">
<h4> Selling on Re-turn </h4>
<a href="#">Sellers Protection</a>
<a href="#">Sellers Fees</a>
<a href="#">Selling Basics</a>
<a href="#">Selling Guide</a>
</div>
</footer>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment