slitaz-forge diff pkgs/Travaux.sh @ rev 697

mirror: remove Swiss academia mirror
See: http://forum.slitaz.org/topic/who-is-responsible-for-the-mirror-list-on-httpslitazorgenget
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 08 23:27:48 2018 +0300 (2018-10-08)
parents b4c0f3e369f9
children
line diff
     1.1 --- a/pkgs/Travaux.sh	Sat Apr 06 13:12:32 2013 +0200
     1.2 +++ b/pkgs/Travaux.sh	Mon Oct 08 23:27:48 2018 +0300
     1.3 @@ -1,21 +1,9 @@
     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 +<meta name="viewport" content="width=device-width">
    1.14  <title>&spades;</title>
    1.15 -</head>
    1.16 -
    1.17 -<body>
    1.18 -<table width="269" border="0" align="center">
    1.19 -  <tr>
    1.20 -    <td><img src="Travaux.png" width="269" height="269" /></td>
    1.21 -  </tr>
    1.22 -</table>
    1.23 -</body>
    1.24 -</html>
    1.25 +<link rel="icon" type="image/png" href="Travaux16.png"/>
    1.26 +<style>body{margin:0;height:100%;background:#FFF url(Travaux.png) no-repeat center;background-size:contain}</style>
    1.27  EOT