Inicio
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php require('header.php'); ?>
|
||||
<div class="container">
|
||||
<div class="shadow p-3 mb-5 bg-white rounded">
|
||||
<form>
|
||||
<p id="stock" class="form-group">
|
||||
<label for="formGroupExampleInput">Número de inventario: </label>
|
||||
<input type="search" class="form-control" id="textPassword">
|
||||
<div class="clasesita">
|
||||
<button id="button" type="submit" class="btn btn-secondary">Buscar</button>
|
||||
<a id="button" class="btn btn-secondary back" href="menu.php" role="button" title="Regresar">Regresar</a>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="/static/js/jquery-1.12.1.js"></script>
|
||||
<script src="/static/js/bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user