Improved menu

This commit is contained in:
2017-06-21 03:05:34 +02:00
parent 62a5f391a4
commit 5ddf387f88
6 changed files with 33 additions and 37 deletions

11
pages/login/login.go Normal file
View File

@ -0,0 +1,11 @@
package login
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/components"
)
// Get ...
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Login())
}