Minor changes

This commit is contained in:
2017-06-20 11:13:56 +02:00
parent bed8ae4108
commit 6bd57a9135
5 changed files with 18 additions and 13 deletions

9
pages/webdev/webdev.go Normal file
View File

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