<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>App de Gestión de Vehículos</title>
|
|
|
|
<link rel="stylesheet" href="../../assets/css/main.css" />
|
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript.css" /></noscript>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Header -->
|
|
<section id="header">
|
|
<div class="inner">
|
|
<a href="/public/index.php" > <i class="icon solid major fa-car"> </i></a>
|
|
<h1>App de Gestión de <strong>Vehículos</strong></h1>
|
|
</div>
|
|
</section>
|
|
|