-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnavbar.html
More file actions
81 lines (52 loc) · 2.03 KB
/
navbar.html
File metadata and controls
81 lines (52 loc) · 2.03 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style/index.css">
</head>
<body>
<div id="svmain">
<!-- <div id="svsub1"></div>
<div id="svsub2"></div>
<div id="svsub3"></div>
<div id="svsub4"></div> -->
<div id="vai_sports">
<p>ALL<br>SPORTS</p>
<div id="vai_cat_click">
<!-- <p>This is sports</p> -->
</div>
</div>
<div id="vai_logo">
<!-- <h3>Logo_of_decalthon</h3> -->
</div>
<div id="vai_search">
<div id="vai2_search">
<input type="text" id="vai_srchitem" placeholder="Search sport and product">
<!-- <img id="vai_icon" src="https://img.icons8.com/material-outlined/24/000000/search--v1.png"/> -->
</div>
</div>
<div id="svdelivery5">delivery location
<a href="ChangeADD.html">Change</a>
</div>
<div id="svSign6">
<img src="https://th.bing.com/th/id/OIP.pYIWadkBMwcIjGXXfkXjlgAAAA?pid=ImgDet&w=360&h=360&rs=1" alt= ""height="30"width="30"><br>
<button id="btn" onclick="login()">Loginin</button>
</div>
<div id="sv_mystore7">
<img src="https://cdn0.iconfinder.com/data/icons/shopping-279/64/shopping-11-512.png" alt=""height="35"width="50"><br>
<a href="My store.html">My store</a>
</div>
<div id="svsupport8">
<img src="./image/Screenshot.png" alt=""height="50"width="60">
</div>
<div id="svcart9">
<img src="https://th.bing.com/th/id/OIP.w6_TDDnKILNwOUndoDL8DQHaHa?pid=ImgDet&w=981&h=981&rs=1" alt=""height="40"width="40"><br>
<a href="Add card.html">Cart</a>
</div>
</div>
</body>
</html>
<script src="script/login.js"></script>