File: /www/wwwroot/vietktv.vn/wp-content/themes/binhvu.off/404.php
<?php get_header();?>
<div id="error-404" class="site-main-wrapper page-wrapper">
<div class="container">
<main role="main">
<section>
<article id="post-404">
<div class="message-danger message">
<h1>Lỗi : trang bạn vừa truy cập không tồn tại</h1>
<h2 class="title-404"><a href="<?php echo get_option('home');?>"><i class="fa fa-arrow-left" aria-hidden="true"></i> Trở về trang chủ</a></h2>
<img src="<?php echo get_template_directory_uri();?>/images/not-found.jpg" alt="404">
</div>
</article>
</section>
</main>
</div>
</div>
<?php
get_footer();