mirror of
https://codeberg.org/aryak/mozhi
synced 2025-06-04 00:41:07 +05:30
add about page
This commit is contained in:
9
pages/about.go
Normal file
9
pages/about.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pages
|
||||
|
||||
import (
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
func HandleAbout(c *fiber.Ctx) error {
|
||||
return c.Render("about", fiber.Map{})
|
||||
}
|
Reference in New Issue
Block a user