cookutils diff data/header.html @ rev 253

cooker.cgi: let use a custom header.html if exist and have an empty div for a logo
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 03:34:50 2011 +0200 (2011-05-29)
parents
children 1ba251b79b5d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/data/header.html	Sun May 29 03:34:50 2011 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +	<title>SliTaz Cooker</title>
     1.8 +	<meta charset="utf-8" />
     1.9 +	<link rel="shortcut icon" href="favicon.ico" />
    1.10 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.11 +</head>
    1.12 +<body>
    1.13 +
    1.14 +<div id="header">
    1.15 +	<div id="logo"></div>
    1.16 +	<h1><a href="cooker.cgi">SliTaz Cooker</a></h1>
    1.17 +</div>
    1.18 +
    1.19 +<!-- Content -->
    1.20 +<div id="content">