Files
Gainsight/Custom_Templates/templates/not_found.html.liquid

11 lines
272 B
Plaintext
Raw Normal View History

2022-06-17 14:14:24 -04:00
<main class="np-main np-max-width np-subpage-container">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{% t .header %}
</div>
</div>
<div class="np-homepage-featured-empty">
<img src="/images/404.svg">
</div>
</main>