11 lines
517 B
PHP
11 lines
517 B
PHP
<div class="w-full max-w-[85rem] py-10 px-4 sm:px-6 lg:px-8 mx-auto">
|
|
<section class="flex items-center font-poppins dark:bg-gray-800 ">
|
|
<div class="justify-center flex-1 max-w-6xl px-4 py-4 mx-auto bg-white border rounded-md dark:border-gray-900 dark:bg-gray-900 md:py-10 md:px-10">
|
|
<div>
|
|
<h1 class="px-4 text-center text-3xl font-semibold tracking-wide text-red-500 dark:text-gray-300 ">
|
|
Pembayaran Gagal! Reservasi Dibatalkan!
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div> |