Añadir automatizaciones.html
This commit is contained in:
28
automatizaciones.html
Normal file
28
automatizaciones.html
Normal file
@@ -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>Automatizaciones - IntegraReparaPro</title>
|
||||||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
|
<script src="https://unpkg.com/lucide@latest"></script>
|
||||||
|
</head>
|
||||||
|
<body class="bg-gray-50 text-gray-800 font-sans antialiased overflow-hidden text-left">
|
||||||
|
<div class="flex h-screen overflow-hidden text-left">
|
||||||
|
<div id="sidebar-container" class="h-full shrink-0"></div>
|
||||||
|
<div class="flex-1 flex flex-col overflow-hidden relative">
|
||||||
|
<div id="header-container"></div>
|
||||||
|
<main class="flex-1 overflow-x-hidden overflow-y-auto bg-gray-50 p-6 relative">
|
||||||
|
<div class="fade-in max-w-6xl mx-auto">
|
||||||
|
<h2 class="text-2xl font-black text-slate-800 flex items-center gap-3">
|
||||||
|
<span class="bg-blue-600 p-2.5 rounded-xl text-white shadow-lg"><i data-lucide="zap"></i></span>
|
||||||
|
Centro de Automatizaciones
|
||||||
|
</h2>
|
||||||
|
<p class="text-sm text-slate-500 mt-1 font-medium">Próximamente nuevas funciones...</p>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="js/layout.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user