14 lines
500 B
HTML
14 lines
500 B
HTML
---
|
||
title: 'Document not found'
|
||
description: 'Custom 404 page for not found documents'
|
||
|
||
category: [ default ]
|
||
---
|
||
|
||
<div class="jumbotron custom-no-margin">
|
||
<div class="container">
|
||
<h1><i class="fa fa-file-lines" aria-hidden="true"></i> Document not found</h1>
|
||
<p class="text-justify">If you were trying to do something on the site and ended up here then <a href="//github.com/MarlinFirmware/MarlinDocumentation/issues">let us know</a> and we’ll get it sorted.</p>
|
||
</div>
|
||
</div>
|