HEX
Server: Apache/2.4.62 (Debian)
System: Linux plxsite 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64
User: root (0)
PHP: 8.1.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/polygant_2023/404.php
<?php get_header('new'); ?>


<style>

.lang-en .containerru {
display: none;
	}


.lang-ru .containeren {
display: none;

	}
</style>

<section class="info-page pageserv">
   
        <div class="container containeren">

<div class="page404-image">
	<img src="/wp-content/uploads/robot404.png" alt="page-not-found">
			</div>
			 <h1 class="info-page__title info-page__title-tac page404-title">
<span>Error 404. </span>Page not found.
                </h1>
			
			<div class="servpage-descr">
				<div class="servpage-descr-iner">Wrong address typed or page does not exist.</div>
				
				
				<?php	$my_home_url = apply_filters( 'wpml_home_url', get_option( 'home' ) ); ?>
<a href="<?php echo $my_home_url; ?>"  class="cases-item__btn" style="    max-width: 200px;   margin-left: auto; margin-right: auto;">Go to the Main Page</a>
			</div>
		
        </div>
   
	       <div class="container containerru">

<div class="page404-image">
	<img src="/wp-content/uploads/robot404.png" alt="page-not-found">
			</div>
			 <h1 class="info-page__title info-page__title-tac page404-title">
<span>Ошибка 404. </span>Страница не найдена. 
                </h1>
			
			<div class="servpage-descr">
				<div class="servpage-descr-iner">Не верный адрес страницы или страница не существует.</div>
				
				
				<?php	$my_home_url = apply_filters( 'wpml_home_url', get_option( 'home' ) ); ?>
<a href="<?php echo $my_home_url; ?>"  class="cases-item__btn" style="    max-width: 200px;   margin-left: auto; margin-right: auto;">Вернуться на главную</a>
			</div>
		
        </div>
   
</section>



<?php get_footer('new'); ?>