Added music page
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
package music
|
||||
|
||||
import "github.com/aerogo/aero"
|
||||
import "github.com/animenotifier/notify.moe/components"
|
||||
|
||||
// Get renders the music page.
|
||||
func Get(ctx *aero.Context) string {
|
||||
return ctx.HTML("Coming soon.")
|
||||
return ctx.HTML(components.Music())
|
||||
}
|
||||
|
Reference in New Issue
Block a user