Files
beepi/playbooks/nginx/html/index.html
T
2026-04-27 15:07:54 +02:00

16 lines
515 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Secretbee</title>
<link rel="icon" type="image/x-icon" href="/icon.ico">
</head>
<body>
<p><img src="https://secretbee.buzz/icon.png" alt="bee" width="128" height="128" /></p>
<p>Welcome to the hive.</p>
<p>Available services:</p>
<p>&nbsp;</p>
<h1><strong>irc</strong></h1>
<p>Grab yourself an irc client (for example <a href="https://www.mirc.com/">mirc</a>) and connect to irc.secretbee.buzz and port 6697.</p>
<p>All traffic is encrypted and secured.</p>
</body>
</html>