mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: added gibberish page and argument summaries
This commit is contained in:
parent
8b0c2b632e
commit
23ce3b3f68
67 changed files with 498 additions and 283 deletions
10
frontend/src/Headers/Pages/Gibberish.elm
Normal file
10
frontend/src/Headers/Pages/Gibberish.elm
Normal file
|
@ -0,0 +1,10 @@
|
|||
module Headers.Pages.Gibberish exposing (..)
|
||||
|
||||
import Headers.Types exposing (..)
|
||||
|
||||
|
||||
gibberishHeader : Header
|
||||
gibberishHeader =
|
||||
{ headerTitle = "GIBBERISH"
|
||||
, headerBody = "My site, research, and content all cost time and money to run. If you find my contributions valuable, please consider supporting my work on any of the platforms listed below!"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue