-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 1.75 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
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Thestore</title>
</head>
<header>
<h1>THESTORE</h1>
<menu>
<li><a href="D:\desarrollo1\the-store.html" target="new">products</a></li>
<li><a href="">car</a></li>
<li><a href="D:\desarrollo1\login.html" target="new">Login</a></li>
<li><a href="D:\desarrollo1\newProduct.html" target="new">New Product</a></li>
</menu>
</header>
<body>
<div id="ciclmontañismo1">
<img src="D:\desarrollo1\imagenes\bicicleta2.jpg"
alt="se observa la representacion de una bicicleta deportiva roja"
width=290px
height=220px>
<h3>ciclomontañismo</h3>
<p>700.000 Cop</p>
<button id="cicla">Add car</button>
</div>
<div id="lentes">
<img src="D:\desarrollo1\imagenes\gafasdesol.jpg"
alt="se presenta una imagen de dos modelos representando el estilo de los lentes oscuros"
width=290px
height=220px>
<h3>Lentes de sol</h3>
<p>80.000</p>
<button id="lentes">Add car</button>
</div>
<div id="iphone">
<img src="D:\desarrollo1\imagenes\iphone12.jpg"
alt="se representa un dispositivo marca apple con su respectivo empaque"
width=290px
height=229px>
<h3>Iphone 12</h3>
<p>1´500.000</p>
<button id="iphone12_2">Add car</button>
</div>
<div id="comedor">
<img src="D:\desarrollo1\imagenes\comedor2.jpg"
alt="se da un ejemplo del comedor puesto para la venta "
width=290px
height=220px>
<h3>comedor</h3>
<p>800,000</p>
<button id="come">Add car</button>
</div>
</body>
</html>