-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 2.34 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
57
58
59
60
61
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="flor-png.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Tienda Online A. Schmitt Studio</title>
</head>
<body>
<header>
<img id="centrado" src="flor-png.png" alt="logo">
<h1 class="titulocentro">A. Schmitt Studio</h1>
<div class="contenedor">
<div>INICIO</div>
<br>
<div>PRODUCTOS</div>
<br>
<div>SALE</div>
</div>
<br>
<br>
<img src="https://w7.pngwing.com/pngs/823/535/png-transparent-computer-icons-magnifying-glass-desktop-icon-design-web-desktop-wallpaper-black-and-white-symbol.png" alt="lupa" class="lupaclase">
<input type="">
<button class="claseboton"> BUSCAR </button>
</header>
<main>
<section>
<article>
<div>
<p>aca iria el inicio de la pag, productos, logos, secciones </p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. A fugit beatae saepe impedit ratione odio libero, officia dignissimos asperiores vitae cum repellat, ipsa minima eveniet non excepturi. Aut, tempore quos?</p>
</div>
</article>
<nav>
<a href="login.html" target="_blank">LOGIN</a>
</nav>
<hr>
<p>
<h1> Seccion 1 </h1>
<a href="https://www.instagram.com/angelaschmitt.designs?igsh=NTc4MTIwNjQ2YQ==" target="_blank"> Instagram profile </a>
<br>
<br>
<div> Logo de la pag - prueba div </div>
<br>
<br>
<img src="flor de loto.jpeg" alt="FLOR DE LOTO"
style="width: 450px;"
>
</section>
</main>
<footer>
<hr>
<p>PRUEBA</p>
</footer>
</body>