-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (27 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Photos/icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>SHOP SPHERE</title>
</head>
<body>
<nav class="nav">
<ul>
<li class="logo"><img src="Photos/logo.png" alt="SHOP SPHERE"></li>
<li class="search"><input type="text" id="search" class="fas fa-search" placeholder=" Search for Products Brands and More... "></li>
<!-- <li class="cart"><a href="/Cart/cart.html" class="fas fa-shopping-cart"> Cart</a></li> -->
<div class="cart-user-container">
<li class="cart"><a href="/Cart/cart.html" class="fas fa-shopping-cart"> Cart</a></li>
<li class="user"><a href="#" class="fas fa-user"> Account</a></li>
</div>
</ul>
</nav>
<div class="container">
</div>
</body>
<script src="script.js"></script>
</html>