Task 10121 | fix: поправили прайсы цен для карт, которые некорректно выводятся при заполнении из админки
This commit is contained in:
52
404.php
52
404.php
@@ -1,24 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html <?php language_attributes(); ?> class="no-js">
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<?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>
|
||||
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
<body class="antialiased">
|
||||
<div class="md:flex min-h-screen">
|
||||
<div class="w-full md:w-1/2 flex items-center justify-center">
|
||||
<div class="max-w-sm m-8">
|
||||
<div class="text-5xl md:text-15xl text-gray-800 border-primary border-b">404</div>
|
||||
<div class="w-16 h-1 bg-purple-light my-3 md:my-6"></div>
|
||||
<p class="text-gray-800 text-2xl md:text-3xl font-light mb-8"><?php _e( 'Sorry, the page you are looking for could not be found.', 'tailpress' ); ?></p>
|
||||
<a href="<?php echo get_bloginfo( 'url' ); ?>" class="bg-primary px-4 py-2 rounded-xs text-white">
|
||||
<?php _e( 'Go Home', 'tailpress' ); ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<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()
|
||||
?>
|
||||
Reference in New Issue
Block a user