37 lines
959 B
HTML
37 lines
959 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./src/css/style.css">
|
|
<title>Sojus07 | About</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="main">
|
|
<nav>
|
|
<a href="./index.html">[ HOME ]</a>
|
|
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
|
|
<a href="./services.html">[ HOSTED ]</a>
|
|
</nav>
|
|
<div class="inner-box">
|
|
<img src="./src/media/png/ghost.png" alt="ASCII Art">
|
|
</div>
|
|
<p>
|
|
I'm Sojus07, 18, male, and based in Germany. <br>
|
|
<br>
|
|
Contact: <br> <br>
|
|
- Mail : <a href="mailto:sojus07@0xcc01.de">[ sojus07@0xcc01.de ]</a> <br>
|
|
- Discord : <a href="https://discord.com/users/sojus07"> [ Sojus07 ] </a> <br>
|
|
- Matrix : <a href="https://element.io"> [ @sojus07:matrix.org ] </a> <br> <br>
|
|
</p>
|
|
</div>
|
|
|
|
<footer>Sojus07 - © 2025</footer>
|
|
</body>
|
|
|
|
</html>
|
|
|