docker compose

This commit is contained in:
2026-08-05 07:21:46 -05:00
parent 4fe2f7394e
commit 2080f396dc
4 changed files with 58 additions and 24 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sistema de Nóminas</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<h1>Sistema de Nóminas</h1>
<p>Bienvenido al sistema de gestión de nóminas.</p>
</div>
</body>
</html>