unauthorized.html 919 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 //EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9" />
  6. <title>
  7. Fiche de synthèse collège
  8. </title>
  9. <link href="../css/fichecollegev2.css" rel="stylesheet" type="text/css" />
  10. <link href="../css/Print.css" rel="stylesheet" type="text/css" />
  11. </head>
  12. <body id="Default">
  13. <div id="header_index">
  14. <img id="logo" src="../images/bandeau-fiche-college.png" alt="Logo du CG67" />
  15. </div>
  16. <div>
  17. <h1>Accès non authorisé à la fiche collège</h1>
  18. Pour obtenir l'accès, veuillez vous adresser ou contacter le secrétariat du secteur collège :
  19. <ul>
  20. <li>Jessie PIERRAT</li>
  21. <li>Diana SBAFFI</li>
  22. <li>Marie-Christine OBRY</li>
  23. </ul>
  24. </div>
  25. </body>
  26. </html>