summaryrefslogtreecommitdiff
path: root/templates/error.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 20:10:07 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 20:10:07 -0400
commit41039b36ec75467076ada2bb0f6f7866eafaea09 (patch)
treefb5733c9cd64c7aa8f3014193cb17011b0dfbbf5 /templates/error.html
parent1f19f33e45791ea59aed048796fc68672c6723a5 (diff)
feat: Main Page to search for man pages
Added a main index page that uses HTMX to search for man pages and place the contents on the page.
Diffstat (limited to 'templates/error.html')
-rwxr-xr-xtemplates/error.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/error.html b/templates/error.html
index 444e1ae1..cd463928 100755
--- a/templates/error.html
+++ b/templates/error.html
@@ -12,7 +12,7 @@
<body>
<ul class="topBar">
<li class="topLink"><a href="/">home</a></li>
- <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
+ <li class="topLink"><a href="https://git.mcdonnell.dev/">github</a></li>
<!--<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>-->
</ul>
<div class="main">
@@ -20,8 +20,5 @@
<h1>{{.Code}} {{.Message}}</h1>
</center>
</div>
- <footer class="LicenseFooter">
- <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
- </footer>
</body>
</html>