cookutils annotate 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
rev   line source
pankso@253 1 <!DOCTYPE html>
pankso@253 2 <html xmlns="http://www.w3.org/1999/xhtml">
pankso@253 3 <head>
pankso@253 4 <title>SliTaz Cooker</title>
pankso@253 5 <meta charset="utf-8" />
pankso@253 6 <link rel="shortcut icon" href="favicon.ico" />
pankso@253 7 <link rel="stylesheet" type="text/css" href="style.css" />
pankso@253 8 </head>
pankso@253 9 <body>
pankso@253 10
pankso@253 11 <div id="header">
pankso@253 12 <div id="logo"></div>
pankso@253 13 <h1><a href="cooker.cgi">SliTaz Cooker</a></h1>
pankso@253 14 </div>
pankso@253 15
pankso@253 16 <!-- Content -->
pankso@253 17 <div id="content">