HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Velosophe/dev.abloc.cc/wwwroot/backup/wp-content/themes/abloc/404.php
<?php get_header(); ?>

<div class="nm-row">
    <div class="col-xs-12">
        <div class="nm-page-not-found">
            <div class="nm-page-not-found-icon"></div>
            <h2><?php esc_html_e( 'Oops, page not found.', 'nm-framework' ); ?></h2>
            <p><?php esc_html_e( 'It looks like nothing was found at this location. Click the link below to return home.', 'nm-framework' ); ?></p>
            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Homepage &nbsp;&nbsp;&rarr;', 'nm-framework' ); ?></a>
        </div>
    </div>
</div>

<?php get_footer(); ?>