se agrego el header y footer
Browse files- app/catalogo.php +3 -2
app/catalogo.php
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
<form action="/my-handling-form-page" method="post"></form>
|
| 3 |
<div class="mb-3">
|
| 4 |
<label for="miArticulo" class="form-label">Articulo: </label>
|
|
@@ -21,4 +21,5 @@
|
|
| 21 |
<label class="form-check-label" for="exampleCheck1">Check me out</label>
|
| 22 |
</div>
|
| 23 |
<button type="submit" class="btn btn-primary">Submit</button>
|
| 24 |
-
</form>
|
|
|
|
|
|
| 1 |
+
<?php include_once('inc/header.php');?>
|
| 2 |
<form action="/my-handling-form-page" method="post"></form>
|
| 3 |
<div class="mb-3">
|
| 4 |
<label for="miArticulo" class="form-label">Articulo: </label>
|
|
|
|
| 21 |
<label class="form-check-label" for="exampleCheck1">Check me out</label>
|
| 22 |
</div>
|
| 23 |
<button type="submit" class="btn btn-primary">Submit</button>
|
| 24 |
+
</form>
|
| 25 |
+
<?php include_once('inc/footer.php');?>
|