website view webchat.php @ rev 907

Add empty html skel and up robots.txt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 02:45:39 2012 +0100 (2012-03-08)
parents d3c0e431f8c2
children 081fdbdd1e27
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 <title>SliTaz - Web chat</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz webchat" />
8 <meta name="keywords" lang="en" content="slitaz irc chat support" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="slitaz.css" />
14 </head>
15 <body>
17 <!-- Header -->
18 <div id="header">
19 <div id="logo"></div>
20 <div id="network">
21 <a href="./netmap.php">
22 <img src="images/network.png" alt="network.png" /></a>
23 <a href="http://scn.slitaz.org/">Community</a>
24 <a href="http://doc.slitaz.org/">Doc</a>
25 <a href="http://forum.slitaz.org/">Forum</a>
26 <a href="http://bugs.slitaz.org">Bugs</a>
27 <a href="http://hg.slitaz.org/">Hg</a>
28 </div>
29 <h1><a href="./">SliTaz GNU/Linux</a></h1>
30 </div>
32 <!-- Block -->
33 <div id="block">
34 <!-- Navigation -->
35 <div id="block_nav" style="text-align: center; padding: 10px;">
36 <?php include("lib/random-image.php"); ?>
37 </div>
38 <!-- Information/image -->
39 <div id="block_info">
40 <h4>Web chat</h4>
41 <p>
42 Chat on SliTaz Freenode IRC channel to meet users and contributors
43 or get live support. On SliTaz you can also use a desktop application
44 to connect to IRC. LostIRC is installed in core and Xchat or Pidgin
45 are in the slitaz repositories.
46 </p>
47 </div>
48 </div>
50 <!-- Content -->
51 <div id="content">
53 <iframe
54 style="border: solid 1px #ddd;"
55 src="http://webchat.freenode.net?channels=slitaz&uio=OT10cnVlJjEyPXRydWU62"
56 width="100%" height="400">
57 </iframe>
59 <!-- End of content -->
60 </div>
62 <div style="margin-top: 100px;"></div>
64 <!-- Footer -->
65 <div id="footer">
66 Copyright &copy; <span class="year"></span>
67 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
68 <a href="http://scn.slitaz.org/">Community</a>
69 <a href="http://doc.slitaz.org/">Doc</a>
70 <a href="http://forum.slitaz.org/">Forum</a>
71 <a href="http://pkgs.slitaz.org/">Packages</a>
72 <a href="http://bugs.slitaz.org">Bugs</a>
73 <a href="http://hg.slitaz.org/">Hg</a>
74 <p>
75 SliTaz @
76 <a href="http://twitter.com/slitaz">Twitter</a>
77 <a href="http://www.facebook.com/slitaz">Facebook</a>
78 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
79 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
80 <a href="http://flattr.com/profile/slitaz">Flattr</a>
81 </p>
82 </div>
84 </body>
85 </html>