Improve tab titles and add favicon

This commit is contained in:
Dominic Ferrando
2025-04-28 10:34:33 -04:00
parent eaf5313d5f
commit 564a7f3ff9
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package views
import "github.com/dominicf2001/comfychan/web/views/shared"
templ NotFound() {
@shared.Layout() {
@shared.Layout("404 - Comfychan") {
<div class="container not-found-container">
<div class="box">
<h2>404 not found.</h2>