HEX
Server: LiteSpeed
System: Linux server.nevid-deploma.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: smilepac (1037)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/smilepac/public_html/wp-content/themes/xtra/page-blank.php
<?php /* Template Name: Blank Template */ ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
	<style>body{background:transparent}</style>
	<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div>
	<?php
		if ( have_posts() ) {
			the_post();
			the_content();
		}
	?>
</div>
<?php wp_footer(); ?>
</body>
</html>