2.16 components.notfound Not Found - 404
Custom Styling for 404/Not Found Page
Example
404-Page Not Found
Oops! The requested page could not be found. Please try again, or contact the site administrators for more help.
Markup: components/notfound/notfound.twig
<div id="mainwrapper" class="system-status-page group">
<main role="main">
<div class="main_icon">
<img src="../images/Icon-NotFound.svg" alt="Under Construction Icon">
</div>
<div class="group">
<h1>404-Page Not Found</h1>
Oops! The requested page could not be found. Please try again, or <a href="/contact">contact</a> the site administrators for more help.
</div>
</main>
</div> <!-- End Mainwrapper -->
Source:
sass/components/notfound/_notfound.scss
, line 1