website view webchat.php @ rev 1038

Check whole website in W3C Validator
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 02:46:12 2012 +0300 (2012-04-08)
parents e06721d4f040
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>Web chat | SliTaz</title>
7 <meta name="description" content="SliTaz Webchat — Connect to #slitaz on Freenode IRC" />
8 <meta name="keywords" lang="en" content="slitaz irc, slitaz chat, slitaz support" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <!-- Navigation -->
19 <div id="block_nav" style="text-align: center; padding: 10px;">
20 <?php include("lib/random-image.php"); ?>
21 </div>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Web chat</h4>
25 <p>
26 Chat on SliTaz Freenode IRC channel to meet users and contributors
27 or get live support. On SliTaz you can also use a desktop application
28 to connect to IRC. LostIRC is installed in core and Xchat or Pidgin
29 are in the slitaz repositories.
30 </p>
31 </div>
32 </div>
34 <?php include("lib/lang.php"); ?>
36 <!-- Content -->
37 <div id="content">
39 <iframe
40 style="border: solid 1px #ddd;"
41 src="http://webchat.freenode.net?channels=slitaz&amp;uio=OT10cnVlJjEyPXRydWU62"
42 width="100%" height="400">
43 </iframe>
45 <!-- End of content -->
46 </div>
48 <div style="margin-top: 100px;"></div>
50 <?php include("lib/html/footer.html"); ?>
52 </body>
53 </html>