Add /xmpp/ and update robots.txt
This commit is contained in:
parent
7ea6fda4cd
commit
59f7477129
3 changed files with 22 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
</nav>
|
||||
<nav>
|
||||
<b>Community (bridged)</b>:
|
||||
<a href="xmpp:frost@room.telepath.im?join" target="_blank">XMPP</a> •
|
||||
<a href="/xmpp/" target="_blank">XMPP</a> •
|
||||
<a href="https://matrix.to/#/#frostiptv:matrix.org" target="_blank">Matrix</a>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
User-agent: *
|
||||
Disallow: /maintenance/
|
||||
Disallow: /filler_m.mov
|
||||
|
||||
# TOTAL COPYRIGHT DEATH
|
||||
# IP VIOLATION SCANNERS GTFO
|
||||
|
|
20
xmpp/index.html
Normal file
20
xmpp/index.html
Normal 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>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>
|
Loading…
Add table
Reference in a new issue