slitaz-forge diff usbkey/head.php @ rev 212

tank: add roadmap.slitaz.org vhost
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 27 19:24:44 2012 +0200 (2012-03-27)
parents
children 87d4ccc604d7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/usbkey/head.php	Tue Mar 27 19:24:44 2012 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
     1.7 +<head>
     1.8 +	<title>SliTaz USB key project</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +	<meta name="description" content="SliTaz USB key project" />
    1.11 +	<meta name="robots" content="index, nofollow" />
    1.12 +	<meta name="author" content="SliTaz Contributors" />
    1.13 +	<link rel="shortcut icon" href="/static/favicon.ico" />
    1.14 +	<link rel="stylesheet" type="text/css" href="/static/slitaz.css" />
    1.15 +	<style type="text/css">
    1.16 +#copy {
    1.17 +	text-align: center;
    1.18 +}
    1.19 +
    1.20 +#bottom {
    1.21 +	text-align: center;
    1.22 +}
    1.23 +.cfrm { // capcha
    1.24 +	display: none;
    1.25 +}
    1.26 +	</style>
    1.27 +</head>
    1.28 +<body bgcolor="#ffffff">
    1.29 +<!-- Header -->
    1.30 +<div id="header">
    1.31 +    <a name="top"></a>
    1.32 +	<div id="logo"></div>
    1.33 +	<div id="network">
    1.34 +		<a href="http://www.slitaz.org/">
    1.35 +		<img src="/static/home.png" alt="[ home ]" /></a>
    1.36 +		<!--a href="http://dvd.slitaz.org/" title="Create your own SliTaz DVD or USB key">DVD/USB-Key content builder</a-->
    1.37 +	</div>
    1.38 +	<h1><a href="http://www.slitaz.org/">SliTaz&nbsp;USB&nbsp;key&nbsp;project</a></h1>
    1.39 +</div>