Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 22, 2020 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/1fc099b35ca8c8048034e51f8541440c to your computer and use it in GitHub Desktop.
Save parzibyte/1fc099b35ca8c8048034e51f8541440c to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PDF con Laravel</title>
</head>
<body>
<h1>Soy un título</h1>
<h2>El nombre es: {{$nombre}}</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque consectetur corporis deleniti dolore fugit incidunt
magni nam, nesciunt nisi pariatur perferendis quam qui quisquam sit velit? Aspernatur debitis dolore maiores!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment