28 lines
1005 B
HTML
Executable File
28 lines
1005 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html>
|
|
<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>
|
|
<h3>=== My Socials ===</h3>
|
|
<li style="list-style-type: none;">Sourcehot: <a href="https://sr.ht/~purplebored/">~purplebored</a></li>
|
|
<li style="list-style-type: none;">Codeberg: <a href="https://codeberg.org/Purplebored">Purplebored</a></li>
|
|
<li style="list-style-type: none;">Mastadon: <a href="https://101010.pl/@20PLN">(at)20PLN(at)101010.pl</a></li>
|
|
<a href="/index.html">Back to the main page</a>
|
|
</center>
|
|
</div>
|
|
|
|
<footer>
|
|
Purplebored © 2023-2024 | <a href="https://git.sr.ht/~purplebored/Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/contact.html">Contact Me</a> |
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|