css cleanup, added downloads page

This commit is contained in:
ngn
2024-01-18 20:01:30 +03:00
parent 1e9893cfc2
commit d33b18557e
19 changed files with 284 additions and 160 deletions

View File

@ -3,7 +3,7 @@ package routes
import (
"sort"
"git.matterlinux.xyz/Matterlinux/website/lib"
"git.matterlinux.xyz/Matter/website/lib"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/log"
)