38 lines
970 B
HTML
38 lines
970 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="./contact.html"> [ CONTACT ]</a>
|
|
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
|
|
<a href="./index.html">[ HOME ]</a>
|
|
</nav>
|
|
<div class="inner-box">
|
|
<img src="./src/media/png/anime_ascii.png" alt="Profile Picture" />
|
|
</div>
|
|
<div class="text">
|
|
<p><br>
|
|
My Services: <br><br>
|
|
<a href="https://tor.0xcc01.de">[ TOR NODES ]</a> <br>
|
|
<a href="https://git.0xcc01.de">[ GIT SERVER ]</a> <br>
|
|
<a href="https://status.0xcc01.de">[ STATUS SITE ]</a> <br>
|
|
<br>
|
|
Nothing more... <br>
|
|
no ideas right now
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<footer>Sojus07 - © 2025</footer>
|
|
</body>
|
|
|
|
</html>
|
|
|