34 lines
No EOL
1.3 KiB
HTML
34 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<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;">
|
|
<p><a href="mailto:admin<at>zzls<dot>xyz">Via email</a><code> (admin[at]zzls[dot]xyz)</code></p>
|
|
<p><a href="https://matrix.to/#/@fijxu:zzls.xyz">Matrix</a><code> (https://matrix.to/#/@fijxu:zzls.xyz)</code></p>
|
|
<p>IRC <code>(OFTC, Libera Chat)</code>: <code>/query Fijxu</code> (Or whatever you use to send private messages via IRC)</p>
|
|
<p><a href="">Mastodon</a></p>
|
|
</div>
|
|
<img src="./assets/1661562598453167.png" class="center">
|
|
</div>
|
|
</body>
|
|
</html> |