forked from bagdenatasha2001/image-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (37 loc) · 1.24 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title> home </title>
<link rel="stylesheet" href="./STYLESHEET/navbar.css">
<link rel="stylesheet" href="./STYLESHEET/index.css">
</head>
<body>
<div class="navbar-container">
<div class="navbar-container-section"><a href="./index.html">Home</a></div>
</div>
<div class="device-section-container">
<div class="device-section">
<a href="./category.html/laptop.html">LAPTOP</a>
</div>
<div class="device-section">
<a href="./category.html/mobile.html"> MOBILE</a>
</div>
<div class="device-section">
<a href="./category.html/tv.html"> TV</a>
</div>
<div class="device-section">
<a href="./category.html/ipad.html"> IPAD</a>
</div>
<div class="device-section">
<a href="./category.html/camera.html"> CAMERA</a>
</div>
<div class="device-section">
<a href="./category.html/headphones.html">HEADPHONES</a>
</div>
</div>
<div class="main-img-container">
<h1 class="main-title-container">ELECTRONICS FINDER</h1>
<img src="./category.html/projectimage.webp" alt="" class="main-image">
</div>
</body>
</html>