tazweb view data/home.en.html @ rev 111

New icon and better home page integration
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 15:38:05 2012 +0100 (2012-03-24)
parents db54eed62f96
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>My Web Home</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://duckduckgo.com/">DuckDuckGo</a>
30 <a class="tag4" href="http://www.google.com/">Google</a>
31 <a class="tag6" href="http://doc.slitaz.org/">SliTaz Wiki</a>
32 <a class="tag5" href="http://twitter.com">Twitter</a>
33 <a class="tag2" href="http://search.yahoo.com/">Yahoo</a>
34 <a class="tag8" href="http://tazpanel:82/">TazPanel</a>
35 </div>
37 <!--
38 The bookmarks list must finish with end:bookmarks markup since it
39 is used by TazWeb to add a new item via the right click menu. Tip:
40 you can add a favicon image with a bookmark URL by adding this code
41 between <li> and <a : <img src="http://www.gnu.org/favicon.ico" />
42 -->
44 <h2>Bookmarks</h2>
45 <ul>
46 <!-- start:bookmarks -->
47 <li><a href="http://bugs.slitaz.org/">SliTaz Bug tracker</a></li>
48 <li><a href="http://www.gnu.org/">The GNU Website</a></li>
49 <li><a href="http://is.gd/">is.gd URL shortener</a></li>
50 <!-- end:bookmarks -->
51 </ul>
53 <!-- End content -->
54 </div>
56 </body>
57 </html>