You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Fakel-Gym/modals/modal-time.php

13 lines
355 B

<?php
?>
<div class="bg-white max-w-lg w-full">
<div class="p-6">
<h2 class="text-xl font-bold text-gray-900 mb-4">Расписание</h2>
<div class="flex justify-end mt-6">
<button data-modal-close class="border w-full">
Понятно
</button>
</div>
</div>
</div>