Add Lotusdocs theme
This commit is contained in:
12
themes/lotusdocs/layouts/404.html
Normal file
12
themes/lotusdocs/layouts/404.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "main"}}
|
||||
<div class="d-flex flex-column justify-content-center align-items-center four-oh-four">
|
||||
<div class="px-1">
|
||||
<h1 class="text-center">Page not found :(</h1>
|
||||
<h4 class="text-center">The page you are looking for doesn't exist or has been moved.</h4>
|
||||
</div>
|
||||
<div class="px-1">
|
||||
<a href="{{ "" | relURL }}"><i class="material-icons size-48 me-0">home</i></a>
|
||||
<!-- <a href="{{ "" | relURL }}"><i class="material-icons size-48 me-0">menu_book</i></a> -->
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user