git credentials managed
This commit is contained in:
16
views/index.html
Normal file
16
views/index.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user