TheMathWizard/views/partials/banner.php
2022-12-12 08:26:07 +01:00

5 lines
No EOL
204 B
PHP

<header class="bg-white shadow">
<div class="mx-auto max-w-7xl py-6 px-4 sm:px-6 lg:px-8">
<h1 class="text-3xl font-bold tracking-tight text-gray-900"><?= $heading ?></h1>
</div>
</header>