tazweb view data/home.html @ rev 96

Add godane and paul to AUTHORS
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 30 11:59:35 2011 +0200 (2011-04-30)
parents 1b31bef08447
children 8bbc6e620797
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>My Web Page</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <div id="header">
11 <h1>My Web Home</h1>
12 </div>
14 <!-- start:content -->
15 <div id="content">
17 <!--
18 Welcome to your personal and custom TazWeb page: a pure xHTML 5 file
19 with some CSS for the design, you can customize it as you want. All
20 the page style is in the file: style.css. To add a section title you
21 can use <h2></h2> elements and <div></div> to organize content.
22 -->
24 <div id="cloud">
25 <a class="tag4" href="http://www.slitaz.org/">SliTaz Website</a>
26 <a class="tag6" href="http://scn.slitaz.org/">SCN</a>
27 <a class="tag8" href="http://wikipedia.org/">Wikipedia</a>
28 <a class="tag5" href="http://forum.slitaz.org/">SliTaz Forum</a>
29 <a class="tag4" href="http://www.google.com/">Google</a>
30 <a class="tag6" href="http://doc.slitaz.org/">SliTaz Wiki</a>
31 <a class="tag5" href="http://twitter.com">Twitter</a>
32 <a class="tag2" href="http://search.yahoo.com/">Yahoo</a>
33 <a class="tag8" href="http://tazpanel:82/">TazPanel</a>
34 </div>
36 <!--
37 The bookmarks list must finish with end:bookmarks markup since it
38 is used by TazWeb to add a new item via the right click menu. Tip:
39 you can add a favicon image with a bookmark URL by adding this code
40 between <li> and <a : <img src="http://www.gnu.org/favicon.ico" />
41 -->
43 <h2>Bookmarks</h2>
44 <ul>
45 <!-- start:bookmarks -->
46 <li><a href="http://bugs.slitaz.org/">SliTaz Bug tracker</a></li>
47 <li><a href="http://www.gnu.org/">The GNU Website</a></li>
48 <li><a href="http://is.gd/">is.gd URL shortener</a></li>
49 <!-- end:bookmarks -->
50 </ul>
52 <!-- End content -->
53 </div>
55 </body>
56 </html>