wok-6.x diff libtaz/stuff/web/template.html @ rev 8822

Put libtaz stuff into wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 24 00:23:25 2011 +0100 (2011-02-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libtaz/stuff/web/template.html	Thu Feb 24 00:23:25 2011 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="us" lang="us">
     1.7 +<head>
     1.8 +	<title>Title of the page</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; text/html;charset=utf-8" />
    1.10 +	<link rel="shortcut icon" href="web/favicon.ico" />
    1.11 +	<link rel="stylesheet" type="text/css" href="web/slitaz.css" />
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<!-- Header -->
    1.16 +<div id="header">
    1.17 +	<a href="http://bb.slitaz.org/"><img id="logo"
    1.18 +		src="web/logo.png"
    1.19 +		title="bb.slitaz.org" alt="bb.slitaz.org" /></a>
    1.20 +	<p id="titre">#!/Bb/Second Title</p>
    1.21 +</div>