servers_template.html (844B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Cyberia</title> 5 <style> 6 * { 7 margin: 0; 8 } 9 body, a { 10 background-color: black; 11 font-family: monospace; 12 color: white; 13 } 14 td { 15 border: 1px solid white; 16 padding: 5px; 17 } 18 img, table { 19 max-width: 75%; 20 } 21 </style> 22 </head> 23 <body> 24 <center> 25 <h2>Server list</h2> 26 All servers are connectable via SSL port 6697. Hubs are not listed as they are not open to the public. 27 <br /> 28 Connect to irc.cyberia.is for a random server (recommended). 29 <br /><br /> 30 <img src=telelines.jpg> 31 <br /><br /> 32 <table> 33 <tr> 34 <td><strong>Server name</strong></td> 35 <td><strong>Additional address(es)</strong></td> 36 <td><strong>Administrator nickname</strong></td> 37 <td><strong>Location</strong></td> 38 <!-- {{{ SERVERS }}} --> 39 </tr> 40 </table> 41 <br /> 42 <a href=/>[ go back ]</a> 43 </center> 44 </body> 45 </html>