HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/themes/shootinschool/404.php
<?php get_header(); ?>

	<div class="stm-default-page stm-default-page-404">
		<div class="container">
			<div class="text-center heading-font">
				<?php if(!is_af() && !is_layout("baseball")): ?>
					<div class="stm-red stm-404-warning">!</div>
				<?php else: ?>
					<div class="stm-notfound-logo">
						<a href="<?php echo get_site_url(); ?>"><img src="<?php echo get_theme_mod('logo', ''); ?>" /></a>
					</div>
				<?php endif; ?>
				<div class="stm-red stm-404-warning"><?php esc_html_e('404', 'splash'); ?></div>
				<div class="h1 text-transform"><?php esc_html_e('Page not found', 'splash'); ?></div>
				<?php if(!is_af() && !is_layout("baseball")): ?>
				<div class="h5 text-transform">
					<?php esc_html_e('It looks like nothing was found at this location. Maybe try a search?', 'splash'); ?>
				</div>
				<?php else: ?>
					<a class="button btn-md with_bg" href="<?php echo get_site_url(); ?>"><?php echo esc_html_e("go to home", 'splash')?></a>
				<?php endif;?>
			</div>
		</div>
	</div>
<?php if(is_af() || is_layout("baseball") && !empty(get_theme_mod("bg_img", ''))): ?>
	<style>
		#wrapper {
			background-image: url("<?php echo get_theme_mod('bg_img', ''); ?>");
            background-size: cover;
		}
	</style>
<?php endif; ?>

<?php get_footer(); ?>