website/frontend/src/Headers/Pages/CuckList.elm

11 lines
343 B
Elm
Raw Normal View History

2024-12-01 02:56:13 -06:00
module Headers.Pages.CuckList exposing (..)
import Headers.Types exposing (..)
cuckListHeader : Header
cuckListHeader =
{ headerTitle = "CUCKLIST"
, headerBody = "This page features a list of morons who wrote cheques with their mouths that their asses couldn't cash. Each person included in this list has dodged debating me."
}