tazweb view data/page.html @ rev 44

Handle download-requested and finally use xterm/wget for now
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 19 00:42:04 2011 +0200 (2011-04-19)
parents 435fdb863811
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>My 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 Page</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. To add
20 a section title you can use <h2></h2> elements and <div></div> to
21 organize content.
23 Here is an example of a bookmark entry, copy and paste it somewhere
24 between an <ul></ul> element to add an entry in the list.
26 <li>
27 <a href="URL">NAME</a>
28 : DESCRIPTION
29 </li>
30 -->
32 <div id="cloud">
33 <a class="tag4" href="http://www.slitaz.org/">SliTaz Website</a>
34 <a class="tag6" href="http://scn.slitaz.org/">SCN</a>
35 <a class="tag8" href="http://wikipedia.org/">Wikipedia</a>
36 <a class="tag5" href="http://forum.slitaz.org/">SliTaz Forum</a>
37 <a class="tag4" href="http://www.google.com/">Google</a>
38 <a class="tag6" href="http://doc.slitaz.org/">SliTaz Wiki</a>
39 <a class="tag5" href="http://twitter.com">Twitter</a>
40 <a class="tag2" href="http://search.yahoo.com/">Yahoo</a>
41 <a class="tag8" href="http://tazpanel:82/">TazPanel</a>
42 </div>
44 <!-- A nice bookmarks list (Uncomment img to have favicons) -->
45 <div id="bookmarks">
46 <h2>Bookmarks</h2>
47 <ul>
48 <li>
49 <!-- <img src="http://www.slitaz.org/favicon.ico" /> -->
50 <a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>
51 : SliTaz Bug tracker
52 </li>
53 <li>
54 <!-- <img src="http://www.gnu.org/favicon.ico" /> -->
55 <a href="http://www.gnu.org/">www.gnu.org</a>
56 : The GNU Website
57 </li>
58 <li>
59 <!-- <img src="http://is.gd/isgd_favicon.ico" /> -->
60 <a href="http://is.gd/">is.gd</a>
61 : URL shortener
62 </li>
63 </ul>
64 </div>
66 <!-- End content -->
67 </div>
69 </body>
70 </html>