slitaz-forge view usbkey/head.php @ rev 710

Update tank & pangolin/graphs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 01 13:42:50 2020 +0100 (2020-01-01)
parents cce1cb7393b6
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
4 <head>
5 <title>SliTaz USB key project</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz USB key project" />
8 <meta name="robots" content="index, nofollow" />
9 <meta name="author" content="SliTaz Contributors" />
10 <link rel="shortcut icon" href="/static/favicon.ico" />
11 <link rel="stylesheet" type="text/css" href="/static/slitaz.css" />
12 <style type="text/css">
13 #copy {
14 text-align: center;
15 }
17 #bottom {
18 text-align: center;
19 }
20 #capcha {
21 display: none;
22 }
23 </style>
24 </head>
25 <body bgcolor="#ffffff">
26 <!-- Header -->
27 <div id="header">
28 <a name="top"></a>
29 <div id="logo"></div>
30 <div id="network">
31 <a href="http://www.slitaz.org/">
32 <img src="/static/home.png" alt="[ home ]" /></a>
33 <!--a href="http://dvd.slitaz.org/" title="Create your own SliTaz DVD or USB key">DVD/USB-Key content builder</a-->
34 </div>
35 <h1><a href="http://www.slitaz.org/">SliTaz&nbsp;USB&nbsp;key&nbsp;project</a></h1>
36 </div>