fix: fix justification

This commit is contained in:
Louis Dalibard 2024-06-10 22:17:13 +02:00
parent b0f1fa5fda
commit e7e819ff5c

View File

@ -96,7 +96,7 @@ func FileListPage(req string, entries []Entry) string {
<body>
<div id="content"><img src="/assets/images/leech.png" id="leech"></img>`, req, req)
footer := `</div><div id="footer">powered by leech. ontake. 2024.</div></body></html>`
footer := `</div><br><div id="footer">powered by leech. ontake. 2024.</div></body></html>`
body := ""
entriesWithParent := []Entry{}