module Page.LoggedOut exposing (view) import Html exposing (..) import Html.Attributes exposing (..) view = p [ class "header is-1" ] [ text "Loot-a-lot" ]