website view en/doc/scratchbook/template.html @ rev 669

Move year to slitaz.css
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 30 21:52:02 2010 +0200 (2010-10-30)
parents 0e0bc81a63ee
children c2f9d5d0f314
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 Scratchbook - Template</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2008-11-22 17:00:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <div align="right" id="quicknav">
20 <a name="top"></a>
21 <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a>
22 </div>
23 <h1><font color="#3E1220">SliTaz Scratchbook</font></h1>
24 </div>
26 <!-- Content. -->
27 <div id="content">
28 <div class="content-right"></div>
31 <p>
32 CONTENT
33 </p>
36 <!-- End of content -->
37 </div>
39 <!-- Footer. -->
40 <div id="footer">
41 <div class="footer-right"></div>
42 <a href="template.html#top">Top of the page</a> |
43 <a href="index.html">Table of contents</a>
44 </div>
46 <div id="copy">
47 Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/en/">SliTaz</a> -
48 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
49 Documentation is under
50 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
51 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
52 </div>
54 </body>
55 </html>