Code source du fichier pages/graph-evol-dom.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 en France<br>
          par département d'outre-mer</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>Guadeloupe</h2>
      <img src="images/graph-dom-gua.bmp"><br>
      <br>
      <h2>Guyane</h2>
      <img src="images/graph-dom-guy.bmp"><br>
      <br>
      <h2>Martinique</h2>
      <img src="images/graph-dom-mar.bmp"><br>
      <br>
      <h2>Mayotte</h2>
      <img src="images/graph-dom-may.bmp"><br>
      <br>
      <h2>Réunion</h2>
      <img src="images/graph-dom-reu.bmp"><br>
      <br>
      <h2>St-Barthélemy</h2>
      <img src="images/graph-dom-sba.bmp"><br>
      <br>
      <h2>St-Martin</h2>
      <img src="images/graph-dom-sma.bmp"><br>
      <br>
  </div>

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

</html>