add theme
This commit is contained in:
30
wp/wp-content/themes/medicalalert/404.php
Normal file
30
wp/wp-content/themes/medicalalert/404.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
get_header();
|
||||
?>
|
||||
|
||||
<section class="hero-slice-container d-flex justify-content-start align-content-center d-none d-lg-flex" style="background-image: url('/wp-content/uploads/2023/09/Lifeline-Mobile-App-Hero-1920x880-1.jpg');">
|
||||
<div class="container hero-wrapper my-auto">
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-lg-6">
|
||||
<h1 class="mb-4 hero-title">Page Not Found</h1>
|
||||
<h2 class="mb-4 hero-title">Sorry, the page you are looking for cannot be found.</h2>
|
||||
<p class="mb-4 hero-copy">The link you followed may be broken or the page may have been removed.</p>
|
||||
<p class="mb-4 hero-copy">Need further assistance? Visit our <a href="/contact-us/" class="error-link">Contact Us</a> page or call us at <a class="error-link" href="tel:<?php echo do_shortcode('[op]'); ?>"><?php echo do_shortcode('[op]'); ?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="hero-slice-container d-flex justify-content-start align-content-center flex-wrap d-lg-none padding-top-none padding-bottom-none">
|
||||
<div class="container hero-wrapper my-auto">
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-lg-6">
|
||||
<h1 class="mb-4 hero-title">Page Not Found</h1>
|
||||
<h2 class="mb-4 hero-title">Sorry, the page you are looking for cannot be found.</h2>
|
||||
<p class="mb-4 hero-copy">The link you followed may be broken or the page may have been removed.</p>
|
||||
<p class="mb-4 hero-copy">Need further assistance? Visit our <a href="/contact-us/" class="error-link">Contact Us</a> page or call us at <a class="error-link" href="tel:<?php echo do_shortcode('[op]'); ?>"><?php echo do_shortcode('[op]'); ?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php get_footer();
|
||||
Reference in New Issue
Block a user