Files

22 lines
412 B
PHP

<!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>