Better licences page

This commit is contained in:
William Bouzourène 2025-01-17 13:53:59 +01:00
parent 150c289741
commit 8155b54f99
5 changed files with 1219 additions and 1046 deletions

View file

@ -29,3 +29,9 @@ func SetColorMode(c *fiber.Ctx) error {
colorMode,
))
}
func Licences(c *fiber.Ctx) error {
return c.Render("licences", fiber.Map{
"PageTitle": "Licences",
})
}