add: meta charset y lang

This commit is contained in:
devfzn 2023-04-30 23:43:58 -04:00
parent c2bdc33ad6
commit 20358a968b
Signed by: devfzn
GPG Key ID: E070ECF4A754FDB1

View File

@ -1,17 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Mi página web</title>
<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: #fff;
background-color: #ffffff;
}
.logo-container {
display: flex;
}
</style>
</head>
<body>
<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;">
@ -23,5 +25,5 @@
<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>
</body>
</html>