git credentials managed

This commit is contained in:
2026-01-11 17:06:40 +05:45
parent 729be0dd0c
commit 9ccea1886f
25 changed files with 2423 additions and 850 deletions

16
views/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Go Live Server - Proyecto</title>
<link rel="stylesheet" href="/style/styles.css">
</head>
<body>
<h1>¡Bienvenido a Go Live Server!</h1>
<p>Tu servidor de desarrollo está funcionando correctamente.</p>
<p>Edita este archivo en <code>views/index.html</code> para comenzar.</p>
</body>
</html>