20 lines
774 B
HTML
20 lines
774 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>XMPP 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 XMPP</h1>
|
||
|
<ul>
|
||
|
<li>General chat - <a href="xmpp:frost@room.telepath.im?join">frost@room.telepath.im</a></li>
|
||
|
<li>Request & share streams - <a href="xmpp:frost-streams@room.telepath.im?join">frost-streams@room.telepath.im</a></li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|