Remove all plugins / install base theme

This commit is contained in:
Tony Volpe
2024-06-18 16:14:48 -04:00
parent ecc33d62f0
commit 95cb30b884
7455 changed files with 0 additions and 1722920 deletions

View File

@@ -1,30 +0,0 @@
<?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();