You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php include "../templates/header.php"; ?>
|
|
|
|
|
|
<section id="boxes">
|
|
|
<div class="container">
|
|
|
<div class="box">
|
|
|
<a href="create.php"><strong>Añadir un vehículo</strong></a>
|
|
|
</div>
|
|
|
<div class="box">
|
|
|
<a href="read.php"><strong>Listar vehículos</strong></a>
|
|
|
</div>
|
|
|
<div class="box">
|
|
|
<a href="update.php"><strong>Actualizar vehículos</strong></a>
|
|
|
</div>
|
|
|
<div class="box">
|
|
|
<a href="delete.php"><strong>Borrar vehículos</strong></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<?php include "../templates/footer.php"; ?>
|