29 lines
1.1 KiB
HTML
Executable File
29 lines
1.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>=Contact Me=</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<div class="content1">
|
|
<center>
|
|
<h2>=== Contact Me ===</h2>
|
|
<h4>Here are some ways to get in touch with me.</h4>
|
|
Signal: @alek.69<br>
|
|
Matrix: purplebored:ari.lt<br>
|
|
Email: root(at)purplebored.pl<br>
|
|
XMPP: niko(at)telepath.im<br>
|
|
<p>I would prefer to be contacted by Email Or XMPP the other options are fine but I check email and XMPP the most.</p>
|
|
<p>Also if you are contacting me over email or XMPP please use PGP if you can in both cases! <a href="https://meta.sr.ht/~purplebored.pgp" target="_blank">You can get my public key here!</a></p>
|
|
<br>
|
|
<h3><a href="/index.html">Back to the main page</a></h3>
|
|
</center>
|
|
</div>
|
|
<footer>
|
|
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/index.html">Homepage</a> |
|
|
</footer>
|
|
</body>
|
|
</html>
|