Created
January 27, 2020 13:27
-
-
Save mpociot/03ede0ee1551ebe70a12d58979aef570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html class="h-full"> | |
<body class="h-full"> | |
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> | |
<div class="h-full w-full flex items-center justify-center"> | |
<h1 class="text-3xl">Welcome to {{ $title }}</h1> | |
</div> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return view('__tinker__::tinker', [ | |
'title' => 'Tinkerwell', | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment