-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagina3.html
33 lines (31 loc) · 970 Bytes
/
pagina3.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png">
<link rel="stylesheet" href="css/style_tercera.css">
<title>Supermercado</title>
</head>
<body>
<div id="principio">
<div id="logo">
<a href="index.html"><img src="img/logo.jfif" alt="Logo"></a>
</div>
<div id="titulo">
<h1>SUPERMERCADO</h1>
</div>
</div>
<p>VER LAS VENTAS DE CADA PRODUCTO</p>
<form action="tventas.html" method="get">
<p>
<input type="text" name="idproducto" placeholder="Escribe el ID">
<input type="submit" value="Enviar">
</p>
</form>
<p>
<img src="img/ventas.jpg" alt="NIF" width="50%">
</p>
</body>
</html>