diff --git a/html/html.go b/html/html.go index 7311a64..1a21439 100644 --- a/html/html.go +++ b/html/html.go @@ -14,7 +14,7 @@ type Entry struct { } func FileListPage(req string, entries []Entry) string { - header := ` + header := fmt.Sprintf(` @@ -76,17 +76,17 @@ func FileListPage(req string, entries []Entry) string { } - home | leech.ontake.dev + %s | leech.ontake.dev - + -
` +
`, req, req) footer := `
`