init commit

This commit is contained in:
2024-08-20 23:05:39 -07:00
commit 0f90d0ec4b
35 changed files with 10389 additions and 0 deletions

22
layouts/404.html Normal file
View File

@@ -0,0 +1,22 @@
{{ define "main" }}
<div id="content" class="site-content">
<div class="ctb-content-sidebar u-wrapper">
<main id="primary" class="site-main">
<article class="ctb-article ctb-singular page type-page hentry">
<div class="ctb-content">
<div class="entry-content has-text-align-center">
<h1 class="block-heading pulse">404</h1>
<h2 class="block-heading">Lost in cyberspace!</h2>
<p class="block-heading">Uh-oh! It seems like the page you're looking for has gone on an unexpected interstellar journey. We're currently navigating through the digital cosmos to retrieve it.</p>
<div class="block-image">
<figure class="aligncenter size-full">
<img loading="lazy" decoding="async" width="auto" height="512px" src="https://git.oldgate.org/OGS/Branding/raw/branch/main/Characters/vector/white/white-404-ojer.svg" alt="">
</figure>
</div>
</div>
</div>
</article>
</main>
</div>
</div>
{{ end }}