HEX
Server: Apache
System: Linux host11.registrar-servers.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User: robovet (12567)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/robovet/www/wp-content/themes/disrupt/front-page.php===
<?php 
/* Template Name: Home */ 
 //get_header(); 
?>
<html>
<body>
<section data-parallax="50" data-height="100%" id="home" class="ct-u-display-table ct-mediaSection ct-top-banner">
  <div class="inner">
    <?php

			/* Start the Loop */
			while ( have_posts() ) :
				the_post();
				the_content();
			endwhile; // End of the loop.
			?>
  </div>
</section>
<?php //get_footer(); ?>
<style>
img {
	max-width: 100%;
	height: auto;
}
body {
	margin: 0;
	padding: 0;
}
</style>
</body>
</html>