This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompra-proveedores.html
49 lines (48 loc) · 1.83 KB
/
compra-proveedores.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Diseño de Interfaz</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=VT323&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section>
<div class="container">
<form>
<section>
<h2>Compra de articulos a proveedores</h2>
<div class="panel">
<div class="row">
<a href="menu.html"><input class="atras" type="button" value="< ATRAS" id="btn1"/></a>
<br>
<img src="photos/compra.png" align="right" width="300" height="300">
<br>
<label for="IdProveedor">ID del proveedor:</label>
<input type="text" name="" id="IdProveedor" class="inputDoc7">
<br>
<label >ID del producto:</label>
<input type="text" name="" id="" class="inputDoc7">
<label for="">Tipo de producto:</label>
<input type="text" name="" id="" class="inputDoc7">
<label for="">Producto:</label>
<input type="text" name="" id="" class="inputDoc7">
<label >Lote:</label>
<input type="text" name="" id="" class="inputDoc7">
<br>
<label for="">Fecha de compra:</label>
<input type="date" name="" id="" class="inputDoc7">
<br>
<br>
<input type="button" name="" id="" value="Comprar" class="atras">
</div>
<div>
</div>
</section>
</form>
</div>
</body>