File "404.php"

Full Path: /var/www/bvnghean.vn/wp-content/themes/bvnghean/404.php
File size: 301 bytes
MIME-type: text/x-php
Charset: utf-8

<?php get_header(); ?>
<div class="wrapper container p-20 align-center">
	<br><br>
	<h1 class="color-main"><strong>Trang bạn truy cập không tìm thấy!</strong></h1>
	<br><br>
	<img src="<?=get_template_directory_uri()?>/imgs/404.png" alt="404" />
	<br><br>
</div>
<?php get_footer(); ?>