6
0
Fork 0

Add /irc/

This commit is contained in:
ieatlead 2025-01-25 17:47:32 +01:00
parent 6d3a8cc131
commit 2da0e3b135
2 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,7 @@
</nav>
<nav>
<b>Community (bridged)</b>:
<a href="/irc/" target="_blank">IRC</a>
<a href="/xmpp/" target="_blank">XMPP</a>
<a href="https://matrix.to/#/#frostiptv:matrix.org" target="_blank">Matrix</a>
</nav>

20
irc/index.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IRC community - FrostIPTV</title>
<meta name="description" content="The simplest IPTV service. TV channels and radio stations from around the world, all for free.">
<meta name="keywords" content="IPTV, TV, free TV, free IPTV">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
</head>
<body>
<h1>Join us on IRC</h1>
<ul>
<li>General chat - <a href="ircs://irc.telepath.im:6697/frost">#frost on irc.telepath.im</a> (<a href="https://webirc.telepath.im/?channels=%23frost" target="_blank">join over web</a>)</li>
<li>Request & share streams - <a href="ircs://irc.telepath.im:6697/frost-streams">#frost-streams on irc.telepath.im</a> (<a href="https://webirc.telepath.im/?channels=%23frost-streams" target="_blank">join over web</a>)</li>
</ul>
</body>
</html>