feat: add wiki, online users, style changes, cool 404, ssh fingerprints and new slogans #9

Merged
v0id1st merged 8 commits from io/main:main into main 2026-06-22 20:35:59 +02:00
2 changed files with 17 additions and 0 deletions
Showing only changes of commit 49beaa601a - Show all commits

16
fingerprint.php Normal file
View File

@@ -0,0 +1,16 @@
<?php include "header.php"; ?>
<i style="margin-bottom: 2rem;"><?php echo $slogan; ?></i>
<div id="top-bar">
<h1>> SSH Fingerprint</h1>
</div>
<article id="content">
<p>SHA256:MPApCxVOpQc/9rXExcYC2bDwM9SzSwRx2RSaEhGoGEw (RSA)</p>
<p>SHA256:Jeciv5YkUraww9aAxtz/nzsWywKx649dqUuMjDAzER0 (ED25519)</p>
<p>SHA256:65R9vGOH/3c/E5upbYB2yhK83fO0cts9c6hShg/ylio (ECDSA)</p>
</article>
<?php include "footer.php"; ?>

View File

@@ -1,6 +1,7 @@
<footer id="footer">
<a class="link" href="https://tylda.org/git/v0id1st/main">Źródło strony</a>
<a class="link" href="/stats.php">Statystyki</a>
<a class="link" href="/fingerprint.php">SSH fingerprint</a>
</footer>
</div>
</body>