30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Productos en venta</title>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
body {
|
|
background-color: #ffffff;
|
|
}
|
|
.logo-container {
|
|
display: flex;
|
|
}
|
|
</style>
|
|
<div class="logo-container">
|
|
<img src="img/logosalaudio.jpg" alt="Logo institucional"style="max-width: 60px; max-height: 60px;">
|
|
<img src="img/logodevfzn.png" alt="Logo institucional" style="max-width: 60px; max-height: 60px;">
|
|
</div>
|
|
<h1>VENTA DE AUDIO Y TECNOLOGIA</h1>
|
|
<img src="img/pedal_hardwire.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
|
<p>Pedal de distorsión HARDWIRE 100.000 clp</p>
|
|
<img src="img/pedal_bosscs3.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
|
|
<p>Pedal Compression Sustainer CS-3 de BOSS 70.000 clp</p>
|
|
<img src="imagen3.jpg" alt="Imagen 3" style="max-width: 600px; max-height: 400px;">
|
|
<p>Este es el cuadro de texto para la imagen 3</p>
|
|
</body>
|
|
</html>
|