-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinicio.html
75 lines (69 loc) · 2.95 KB
/
inicio.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="es">
<head>
<title>INVENTARIO || INICIO DE ADMINISTRADOR</title>
<center><IMG SRC="./img/vrbig.jpg"><H1></center>
<meta charset="utf-8">
<link type="text/css" href="./css/style2.css" rel="stylesheet" />
</head>
<body>
</div>
<div id="envoltura">
<div id="contenedor">
<div id="cabecera">
</div>
<div id="cuerpo">
<p></p>
<p></p>
<form action="listaproductos.php">
<input type="submit" value="LISTAR PRODUCTOS" onclick="listar.php" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="listarebajar.php">
<input type="submit" value="REBAJAR PRODUCTOS" onclick="listarebajar.php" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="insertar_index.php">
<input type="submit" value="AGREGAR PRODUCTOS" onclick="insertar_index.php" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="eliminarproductos.php">
<input type="submit" value="ELIMINAR PRODUCTOS" onclick="eliminarproductos.php" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="modificarproductos.php">
<input type="submit" value="MODIFICAR PRODUCTOS" onclick="modificarproductos.php" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="creausuario.html">
<input type="submit" value="CREAR USUARIO" onclick="creausuario.html" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="crearproveedor.html">
<input type="submit" value="AGREGAR PROVEEDOR" onclick="crearproveedor.html" class="boton"></td>
</form>
<p></p>
<p></p>
<p></p>
<form action="index.html">
<input type="submit" value="SALIR" onclick="index.html" class="boton"></td>
</form>
</div>
<div id="pie">Opciones de inventario</div>
</div>
</div>
<!--<iframe src="vistalistar.php" width="1700" height="650" marginwidth="50" marginheight ="45" scrolling="yes" frameborder="0"></iframe>-->
</body>
</html>