index.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html lang="fr-fr">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Exégètes - Presse à Citron</title>
  8. <!-- Bootstrap -->
  9. <!-- <link href="../bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
  10. <link href="/style.css" rel="stylesheet">
  11. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  12. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  13. <!--[if lt IE 9]>
  14. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  15. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. </head>
  18. <body>
  19. <h1 class="app titre">In 't Veld</h1>
  20. <div class="métadonnées">
  21. <span class="heading">Liens</span>
  22. <a href="https://nuage.exegetes.eu.org/index.php/apps/files?dir=/Commun/Affaire Vérifications CNCTR-CÉ/In't Veld" class="nuage">Nuage</a>
  23. <a href="https://exegetes.eu.org/amateurs/doku.php?id=affaire:intveld" class="wiki">Wiki</a>
  24. </div>
  25. <div class="ressources">
  26. <h3>Projets</h3>
  27. <a class="projet" href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
  28. </div>
  29. <div class="blanc">
  30. &nbsp;
  31. </div>
  32. <nav class="projets dossiers">
  33. <span class="heading">Projets</span>
  34. <a href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
  35. <a href="/abro-tele2.html">MA Abrogation Tele2</a>
  36. <a href="/index.html" class="vers-index">Revenir à l'index des dossiers</a>
  37. </nav>
  38. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  39. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  40. <!-- Include all compiled plugins (below), or include individual files as needed -->
  41. <script src="../bootstrap3/js/bootstrap.min.js"></script>
  42. </body>
  43. </html>