mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
11 lines
343 B
Elm
11 lines
343 B
Elm
![]() |
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."
|
||
|
}
|