Implemented ratings UI
This commit is contained in:
9
pages/awards/awards.go
Normal file
9
pages/awards/awards.go
Normal file
@ -0,0 +1,9 @@
|
||||
package awards
|
||||
|
||||
import "github.com/aerogo/aero"
|
||||
import "github.com/animenotifier/notify.moe/components"
|
||||
|
||||
// Get ...
|
||||
func Get(ctx *aero.Context) string {
|
||||
return ctx.HTML(components.Awards())
|
||||
}
|
8
pages/awards/awards.pixy
Normal file
8
pages/awards/awards.pixy
Normal file
@ -0,0 +1,8 @@
|
||||
component Awards
|
||||
h2.page-title Awards
|
||||
|
||||
ul
|
||||
li
|
||||
a(href="https://developers.google.com/speed/pagespeed/insights/?url=https://notify.moe/&tab=desktop", target="_blank", rel="noopener") Google PageSpeed
|
||||
li
|
||||
a(href="https://observatory.mozilla.org/analyze.html?host=notify.moe", target="_blank", rel="noopener") Mozilla Observatory
|
Reference in New Issue
Block a user