Code source du fichier pages/graph-evol-reg.html

<html>

<head>
    <title>Evolution vaccination COVID 19 en France par région</title>
    <meta name=author content="Bernard Chardonneau">
    <meta name=copyleft content="Logiciel et données publiés dans le domaine public">
    <meta name=robots content="noindex,follow">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link href="css/misenpage.css" rel="stylesheet" type="text/css">
    <link href="css/styles.css" rel="stylesheet" type="text/css">
</head>

<body>
  <div id="contenu" align="center">
      <h1>Evolution vaccination COVID 19<br>
          en France par région</h1>
      <table border="0" align="center">
          <tr>
              <td width="120px">Légende :</td>
              <td bgcolor="#FF6000" width="20px">&nbsp;</td>
              <td width="100px">1ère dose</td>
              <td bgcolor="#C08000" width="20px">&nbsp;</td>
              <td width="100px">2ème dose</td>
              <td bgcolor="#00A000" width="20px">&nbsp;</td>
              <td width="100px">3ème dose</td>
          </tr>
          <tr>
              <td>&nbsp;</td>
              <td bgcolor="#0080FF">&nbsp;</td>
              <td>4ème dose</td>
              <td bgcolor="#2020FF">&nbsp;</td>
              <td>5ème dose</td>
          </tr>
      </table>
      <br>
      <h2>Auvergne-Rhône-Alpes</h2>
      <img src="images/graph-reg-auv.bmp"><br>
      <br>
      <h2>Bourgogne-Franche-Comté</h2>
      <img src="images/graph-reg-bou.bmp"><br>
      <br>
      <h2>Bretagne</h2>
      <img src="images/graph-reg-bre.bmp"><br>
      <br>
      <h2>Centre-Val de Loire</h2>
      <img src="images/graph-reg-cen.bmp"><br>
      <br>
      <h2>Corse</h2>
      <img src="images/graph-reg-cor.bmp"><br>
      <br>
      <h2>Grand Est</h2>
      <img src="images/graph-reg-gra.bmp"><br>
      <br>
      <h2>Hauts-de-France</h2>
      <img src="images/graph-reg-hau.bmp"><br>
      <br>
      <h2>Ile-de-France</h2>
      <img src="images/graph-reg-ile.bmp"><br>
      <br>
      <h2>Normandie</h2>
      <img src="images/graph-reg-nor.bmp"><br>
      <br>
      <h2>Nouvelle-Aquitaine</h2>
      <img src="images/graph-reg-nou.bmp"><br>
      <br>
      <h2>Occitanie</h2>
      <img src="images/graph-reg-occ.bmp"><br>
      <br>
      <h2>Pays de la Loire</h2>
      <img src="images/graph-reg-pay.bmp"><br>
      <br>
      <h2>Provence-Alpes-Côte d’Azur</h2>
      <img src="images/graph-reg-pro.bmp"><br>
      <br>
  </div>

  <div id="menu">
      XXXMENU
  </div>
</body>

</html>