27 lines
954 B
HTML
Executable File
27 lines
954 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>=Socials=</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="content1">
|
|
<center>
|
|
<h2>=== My Socials ===</h2>
|
|
<p>As you can see I don't really like to use social media. All I use is Mastodon and by use I pretty much only shitpost on there. You can go follow me just don't expect anything quality.</p>
|
|
<li style="list-style-type: none;">Fediverse: (at)niko(at)ak.ari.lt</li>
|
|
<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="/index.html">Homepage</a> | <a href="/contact.html">Contact Me</a> |
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|