remove unneeded files

This commit is contained in:
Dominic Ferrando
2025-04-17 19:47:13 -04:00
parent e5b52712d1
commit 0fc22e8b96
6 changed files with 14 additions and 248 deletions
+13 -13
View File
@@ -3,17 +3,17 @@ package views
import "github.com/dominicf2001/comfychan/web/views/shared"
templ Index() {
@shared.Layout() {
<section class="container">
<img id="clavis" src="/static/img/clavis.png" />
<div class="box">
<h2>Welcome to Comfychan</h2>
<div>
<p>
<strong>Comfychan</strong> is place to share comfy images and videos.
</p>
</div>
</div>
</section>
}
@shared.Layout() {
<section class="container">
<img id="clavis" src="/static/img/clavis.png"/>
<div class="box">
<h2>Welcome to Comfychan</h2>
<div>
<p>
<strong>Comfychan</strong> is place to share comfy images and videos.
</p>
</div>
</div>
</section>
}
}