diff --git a/src/App/Text/Explanations.purs b/src/App/Text/Explanations.purs index 9038874..a4a48f7 100644 --- a/src/App/Text/Explanations.purs +++ b/src/App/Text/Explanations.purs @@ -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 = 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: " , Bulma.strong website_owner_address ] + , HH.p_ [ HH.text "For legal matter: " + , Bulma.strong website_abuse_address + ] ] , Bulma.strong "Website Hosting"