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())
|
||||
}
|
||||
|
5
pages/music/music.pixy
Normal file
5
pages/music/music.pixy
Normal file
@ -0,0 +1,5 @@
|
||||
component Music
|
||||
h2.page-title Music
|
||||
|
||||
iframe(src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/127672476&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true")
|
||||
//- <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/127672476&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
|
Reference in New Issue
Block a user