HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/iskcon/public_html/wp-content/themes/tow-temple/404.php
<?php

/**
 * The template for displaying 404 pages (not found)
 * @package tow
 */

get_header();

?>

<div class="page-content">
    <div class="container">
         
          <div class="d-flex flex-column mx-auto box_border box-radius-10 bg-white pt-5 pb-5 px-4"> 
		      <h1 class="text-center">404 Error - Page Not Found!</h1>
			   <p class="text-center mt-3">The page you are looking for does not exist. </p>
			   
			   <div class="d-flex flex-column text-center mb-5 mt-1"> 
			      <svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="#fe5800" class="mx-auto mt-2 mb-2" viewBox="0 0 16 16"> <path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z"></path> <path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"></path></svg> 
				  
			   </div> 
			  
		  </div>
		  
    </div>
</div><!-- #div -->

<?php 

get_footer();