slitaz-forge annotate pkgs/Travaux.sh @ rev 446

roadmap: update CSS and HTML
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 12 09:08:50 2014 +0100 (2014-02-12)
parents
children d50b1e11ce39
rev   line source
pascal@360 1 #!/bin/sh
pascal@360 2
pascal@360 3 cat <<EOT
pascal@360 4 Content-type: text/html
pascal@360 5
pascal@360 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pascal@360 7 <html xmlns="http://www.w3.org/1999/xhtml">
pascal@360 8 <head>
pascal@360 9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
pascal@360 10 <title>&spades;</title>
pascal@360 11 </head>
pascal@360 12
pascal@360 13 <body>
pascal@360 14 <table width="269" border="0" align="center">
pascal@360 15 <tr>
pascal@360 16 <td><img src="Travaux.png" width="269" height="269" /></td>
pascal@360 17 </tr>
pascal@360 18 </table>
pascal@360 19 </body>
pascal@360 20 </html>
pascal@360 21 EOT