0xcc01.de/index.html
2025-03-29 11:47:52 +01:00

34 lines
921 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 | 0xcc01</title>
</head>
<body>
<div class="main">
<nav>
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
<a href="https://github.com/Sojus07">[ GITHUB ]</a>
<a href="https://discord.com/users/Sojus07">[ DC ]</a>
<a href="./about.html">[ ABT ]</a>
</nav>
<div class="inner-box">
<img src="./src/media/png/ghost.png" alt="Profile Picture" />
</div>
<div class="text">
<p><br>
Hello! i'm Fabian<a href="./about.html">[ Sojus07 ]</a><br><br>
<a href="./about.html">[ About Me ]</a> <br>
<a href="./services.html">[ HOSTED ]</a><br>
</p>
</div>
</div>
<footer>Sojus07 - &copy; 2025</footer>
</body>
</html>