organizar en carpetas
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>App Luisa - Averías</title>
|
||||
<link rel="stylesheet" href="../css/estilos.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>⚠️ Averías</h1>
|
||||
</header>
|
||||
|
||||
<nav class="nav-menu">
|
||||
<a href="index.html">🏠 Inicio</a>
|
||||
<a href="cajaMenor.html">💰 Caja Menor</a>
|
||||
<a href="libroDiario.html">📒 Libro Diario</a>
|
||||
<a href="transportadoras.html">🚚 Transportadoras</a>
|
||||
<a href="averias.html" class="active">⚠️ Averías</a>
|
||||
<a href="pagosMensuales.html">💳 Pagos Mensuales</a>
|
||||
<a href="https://script.google.com/macros/s/AKfycbxTNLv-ZJoboN1IybWeSXITP_FkQf6APFFbOMCX3mPMOaBBh2ACbpLBeMOHSbutKLAtYA/exec" target="_blank">✅ Confirmación</a>
|
||||
</nav>
|
||||
|
||||
<main class="contenido">
|
||||
<p>Aquí irá el contenido de averías.</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user