Untitled
unknown
plain_text
2 years ago
874 B
8
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Mens Fashion Store</title>
</head>
<body>
<header>
<h1>Mens Fashion Store</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<section id="featured-products">
<!-- Featured products go here -->
</section>
<section id="new-arrivals">
<!-- New arrivals go here -->
</section>
<footer>
<p>© 2023 Mens Fashion Store. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>
Editor is loading...
Leave a Comment