This commit is contained in:
Alfredo Lima
2020-02-26 15:43:19 -06:00
commit 9f2001c549
51 changed files with 42593 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
<?php require('header.php'); ?>
<div class="container">
<div class="shadow p-3 mb-5 bg-white rounded">
<h3 id="question">Seleccione una opción:</h3>
<a id="menuButtons" class="btn btn-secondary" href="dardealta.php" role="button" title="Dar de alta nuevo inventario">Inventario</a>
<a id="menuButtons" class="btn btn-secondary" href="userReg.php" role="button" title="Dar de alta nuevo usuario">Usuario</a>
<a id="menuButtons" class="btn btn-secondary back" href="menu.php" role="button" title="Regresar">Regresar</a>
</div>
</div>
<script src="/static/js/jquery-1.12.1.js"></script>
<script src="/static/js/bootstrap.js"></script>
</body>
</html>