HEX
Server: LiteSpeed
System: Linux prometheus.hongkongserver.net 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
User: ayxmplky (1112)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ayxmplky/public_html/wp-content/themes/tactic/page.php
<?php
/**
 * page.php — статические страницы
 *
 * @package tactic
 */

get_header();
?>
<main id="main-content" role="main">
	<div class="container" style="padding-block: 60px; text-align: center">
		<p style="font-size: 24px; color: rgba(0,0,0,0.5); padding-block: 80px"><?php echo esc_html( tactic_s( 'common_demo_section_in_dev' ) ); ?></p>
	</div>
</main>
<?php get_footer(); ?>