Added welcome page

This commit is contained in:
2018-11-15 12:42:10 +09:00
parent 085417edce
commit 1ef1c55e49
19 changed files with 153 additions and 30 deletions
auth
pages
embed
home
index/coreroutes
listimport
listimport.pixy
listimportanilist
listimportkitsu
listimportmyanimelist
settings
welcome
scripts
styles
utils/routetests

@ -483,6 +483,7 @@ var routeTests = map[string][]string{
"/log/from/:index": nil,
"/inventory": nil,
"/extension/embed": nil,
"/welcome": nil,
}
// All returns which specific routes to test for a given generic route.