Files
Gainsight/Custom_Templates/customer_templates/Gainsight University/not_found.html.liquid

41 lines
837 B
Plaintext

<main class="np-main np-max-width np-subpage-container page-not-found">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{% t .header %}
</div>
<div class="np-homepage-subheadline">
The resource you're looking for has moved. Please try using the search option in the upper right corner.
</div>
</div>
<div class="np-homepage-featured-empty">
<img src="/images/404.svg">
</div>
</main>
<style>
.page-not-found {
margin-top: 70px;
}
@media (min-width: 768px) {
.page-not-found {
margin-top: 64px;
}
}
@media (min-width: 1024px) {
.page-not-found {
margin-top: 90px;
}
}
@media (min-width: 1366px) {
.page-not-found {
margin-top: 100px;
}
}
.sk-branding-banner {
display: none !important;
}
</style>