index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>Presse à Citron</h1>
  20. <p class="bievenue">
  21. Choisis un projet ou bien <a href="#">ajoute un nouveau projet</a> !
  22. </p>
  23. <nav class="projets">
  24. <span class="heading">Projets</span>
  25. <a href="#" class="ajouter">Nouveau projet</a>
  26. <a href="abro-tele2.html">MA Abrogation Tele2</a>
  27. <a href="tes-ampliatif.html">MA REP TES</a>
  28. </nav>
  29. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  31. <!-- Include all compiled plugins (below), or include individual files as needed -->
  32. <script src="bootstrap3/js/bootstrap.min.js"></script>
  33. </body>
  34. </html>