slitaz-forge diff pkgs/Travaux.sh @ rev 486
arm: small cosmetic change
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 29 18:11:52 2014 +0100 (2014-03-29) |
parents | |
children | d50b1e11ce39 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pkgs/Travaux.sh Sat Mar 29 18:11:52 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +#!/bin/sh 1.5 + 1.6 +cat <<EOT 1.7 +Content-type: text/html 1.8 + 1.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.10 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.11 +<head> 1.12 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.13 +<title>♠</title> 1.14 +</head> 1.15 + 1.16 +<body> 1.17 +<table width="269" border="0" align="center"> 1.18 + <tr> 1.19 + <td><img src="Travaux.png" width="269" height="269" /></td> 1.20 + </tr> 1.21 +</table> 1.22 +</body> 1.23 +</html> 1.24 +EOT