2023-01-07 19:02:27 -03:00
<!DOCTYPE html>
< html lang = "en" >
2023-12-06 03:01:25 -03:00
2023-01-07 19:02:27 -03:00
< head >
2023-12-06 03:01:25 -03:00
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "Contacto" >
< link rel = "stylesheet" href = "../style.css" type = "text/css" >
< title > Contact< / title >
< style >
h1 {
font-family: "Gaiatype";
color: rgb(220, 100, 170);
}
< / style >
2023-01-07 19:02:27 -03:00
< / head >
2023-12-06 03:01:25 -03:00
2023-01-07 19:02:27 -03:00
< body >
2023-12-06 03:01:25 -03:00
< span style = "font-size: 1.2ch; margin: 0 auto" class = "langglow" >
< a > Other language?: < / a > < a href = "./index.html" > ES< / a >
< / span >
< div class = "content" >
< h1 class = "lol" > Contact< / h1 >
< p style = "text-align: center; " > You can contact me trough:
< / p >
< div style = "margin-top: 2px;text-align: center; margin-bottom: 2px;" >
2023-12-16 14:39:19 -03:00
< p > < a href = "mailto:admin<at>zzls<dot>xyz" > Via email< / a > < code > (admin[at]zzls[dot]xyz) < / code > < a href = "https://keys.openpgp.org/vks/v1/by-fingerprint/76C578BB918EB8F556C0ABDEA9CB7D007A846255" > PGP Key< / a > < / p >
2023-12-06 03:01:25 -03:00
< p > < a href = "https://matrix.to/#/@fijxu:zzls.xyz" > Matrix< / a > < code > (https://matrix.to/#/@fijxu:zzls.xyz)< / code > < / p >
< p > < a > IRC< / a > < code > (OFTC, Libera Chat)< / code > : < code > /query Fijxu< / code > < a > (Or whatever you use to send private messages
via IRC)< / a > < / p >
< p > < a href = "https://noc.social/@fijxu@noc.social" > Mastodon< / a > < code > (https://noc.social/@fijxu@noc.social)< / code > < / p >
2024-01-10 00:01:52 -03:00
< p > < i > If you are starting to host privacy aware services (or just misc services) and you want to know how I set up X service, like invidious or anything else, just talk to me without fear. Feel free to ask< / i > < / p >
2023-12-06 03:01:25 -03:00
< / div >
< img src = "./assets/1661562598453167.png" class = "center" >
< / div >
2023-01-07 19:02:27 -03:00
< / body >
2023-12-06 03:01:25 -03:00
2024-01-10 00:01:52 -03:00
< / html >