tazweb annotate data/home.en.html @ rev 128

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