<?php
get_header();
?>
<section class="overflow-hidden">
<div class="container">
<div class="row">
<div class="col-md-9 text-center mx-auto my-5 py-5">
<h1 class="display-1 text-primary"><?php _e('404', 'ripro');?></h1>
<h2><?php _e('找不到页面!', 'ripro'); ?></h2>
<p><?php _e('页面出了问题或已经不存在了。', 'ripro'); ?></p>
</div>
</div>
</div>
</section>
<?php
get_footer();