mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
6 lines
No EOL
336 B
PHP
6 lines
No EOL
336 B
PHP
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
|
<div class="divide-y divide-gray-200 dark:divide-gray-700">
|
|
<div class="space-y-2 pb-8 pt-6 md:space-y-5">
|
|
<h1 class="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14">No post found!</h1>
|
|
</div>
|
|
</div>
|