-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbrand.html
32 lines (30 loc) · 979 Bytes
/
brand.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
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=initial-scale=1.0">
<title>Brands</title>
<link rel="shortcut icon" type="image/ico" href="https://m.geekbuying.com/favicon.ico">
<link rel="stylesheet" href="./Brand/brand.css">
<link rel="stylesheet" href="./style/navbar.css">
<link rel="stylesheet" href="./style/footer.css">
</head>
<body>
<div id="top-navbar"></div>
<div id="logos" ></div>
<h1 class="h1" >Featured Brands</h1>
<div id="pic"></div>
<h1 class="h1" >All Brands</h1>
<p class="p">sports and outdoors</p>
<div id="logoss" ></div>
<p class="p">Smart Home And Garden</p>
<div id="logoss2"></div>
<p class="p">Consumer Electronics</p>
<div id="logoss3"></div>
<p class="p">Tv boxes and mini pc</p>
<div id="logoss4"></div>
<div id="footer"></div>
</body>
</html>
<script type="module" src="Brand/main.js"></script>