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

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents c2f9d5d0f314
children
line source
1 <!DOCTYPE html PUBLIC>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz Scratchbook - Template</title>
6 <meta name="description" content="">
7 <meta name="expires" content="never">
8 <meta name="modified" content="2008-11-22 17:00:00">
9 <meta name="publisher" content="www.slitaz.org">
10 <meta name="author" content="Christophe Lincoln">
11 <link rel="shortcut icon" href="favicon.ico">
12 <link rel="stylesheet" href="book.css">
13 </head>
14 <body>
16 <!-- Header and quick navigation -->
17 <div id="header">
18 <div align="right" id="quicknav">
19 <span id="top"></span>
20 <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a>
21 </div>
22 <h1><font color="#3E1220">SliTaz Scratchbook</font></h1>
23 </div>
25 <!-- Content. -->
26 <div id="content">
27 <div class="content-right"></div>
30 <p>
31 CONTENT
32 </p>
35 <!-- End of content -->
36 </div>
38 <!-- Footer. -->
39 <div id="footer">
40 <div class="footer-right"></div>
41 <a href="#top">Top of the page</a> |
42 <a href="index.html">Table of contents</a>
43 </div>
45 <div id="copy">
46 Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/en/">SliTaz</a> -
47 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
48 Documentation is under
49 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
50 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
51 </div>
53 </body>
54 </html>