package routes import "github.com/gofiber/fiber/v2" func Index(c *fiber.Ctx) error { c.Set("Content-Type", "text/html") return c.SendString(`