ruạṛ
<?php /** * 404 Page */ get_header(); ?> <section class="page-404"> <div class="container"> <h1>404</h1> <h2>Page Not Found</h2> <p>The page you're looking for doesn't exist or has been moved.</p> <div style="display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;"> <a href="<?php echo home_url('/'); ?>" class="btn btn-primary">Go to Homepage</a> <a href="<?php echo get_post_type_archive_link('product'); ?>" class="btn btn-outline">Browse Catalogue</a> </div> </div> </section> <?php get_footer(); ?>
cải xoăn