Сайт Fakel Gym
https://fakelgym.cp.good-production.xyz/
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.
30 lines
1.2 KiB
30 lines
1.2 KiB
<?php
|
|
get_header();
|
|
?>
|
|
<section class="py-[90px] max-[768px]:pt-[40px] container mx-auto">
|
|
<div class="relative max-w-[640px] w-full mx-auto">
|
|
<div class="rounded-[20px] max-[640px]:rounded-[0] text-center flex flex-col">
|
|
<div class="font-bold text-[150px] max-[768px]:text-[100px] leading-[100%] tracking-[0.05em]">404</div>
|
|
|
|
<div class="w-16 h-1 bg-black mx-auto my-4"></div>
|
|
|
|
<div class="font-normal text-[24px] max-[768px]:text-[18px] leading-[141%] mb-[20px]">
|
|
Страница не найдена
|
|
</div>
|
|
|
|
|
|
<div class="mt-[20px] flex items-center mx-auto justify-center">
|
|
<a href="https://mylogistika2010.cp.good-production.xyz" class="!no-underline max-[768px]:px-[15px] max-[768px]:py-[10px] max-[768px]:text-[14px] inline-flex items-center justify-center px-[25px] py-[15px] rounded-[8px] text-white bg-[#f62a29] hover:bg-[#e01c1b] transition duration-300 font-medium text-[16px]">
|
|
Вернуться на главную
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</section>
|
|
<?php
|
|
get_footer()
|
|
?>
|