Primer carga de contenido a servidor de producción y anexo de claves

This commit is contained in:
2026-02-18 08:47:47 -06:00
parent 9418875189
commit 61637ae4bc
11 changed files with 480 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
h1{
color: rgb(12, 110, 221);
}
</style>
</head>
<body>
<h1>Holee {{$user->name}}</h1>
<p>Este es un ejemplo</p>
</body>
</html>