Add Lotusdocs theme

This commit is contained in:
Abner Coimbre
2026-01-11 16:46:05 -08:00
parent d051d46d1f
commit 8a4d04db58
577 changed files with 40404 additions and 0 deletions

View 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 }}