Change legal notice.

This commit is contained in:
Philippe Pittoli 2024-12-08 11:04:03 +01:00
parent 724ca89735
commit 6b7b6a293a

View File

@ -482,7 +482,8 @@ srv_introduction =
] ]
] ]
website_owner_address = "netlibre AT karchnu.fr" :: String website_owner_address = "philippe AT netlib.re" :: String
website_abuse_address = "abuse AT netlib.re" :: String
legal_notice :: forall w i. HH.HTML w i legal_notice :: forall w i. HH.HTML w i
legal_notice = HH.div_ legal_notice = HH.div_
@ -492,6 +493,9 @@ legal_notice = HH.div_
, expl [ HH.p_ [ HH.text "You can contact this website's owner and publisher at: " , expl [ HH.p_ [ HH.text "You can contact this website's owner and publisher at: "
, Bulma.strong website_owner_address , Bulma.strong website_owner_address
] ]
, HH.p_ [ HH.text "For legal matter: "
, Bulma.strong website_abuse_address
]
] ]
, Bulma.strong "Website Hosting" , Bulma.strong "Website Hosting"