leaandre

Untitled

Jan 30th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html class="no-js" lang="fr-fr"> <!--<![endif]-->
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <title>DVDH - Des Villes et Des Hommes</title>
  13. <meta name="description" content="">
  14. <!--[if lt IE 9]>
  15. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  16. <![endif]-->
  17.  
  18. <!-- jQuery -->
  19. <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
  20. <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
  21. <script type="text/javascript" src="gmap3.min.js"></script>
  22. <script src="gmaps.js"></script>
  23.  
  24.  
  25. <link rel="stylesheet" type="text/css" href="style.css">
  26. <!-- Latest compiled and minified CSS -->
  27. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
  28.  
  29. <!-- Optional theme -->
  30. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
  31.  
  32. <!-- Latest compiled and minified JavaScript -->
  33. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
  34.  
  35. <!-- font -->
  36. <link rel="stylesheet" type="text/css" href="stylesheet.css">
  37.  
  38. </head>
  39. <body>
  40. <header>
  41. <!-- jQuery -->
  42. <div class="container">
  43. <div class="logo text-center">
  44. <img src="logo.svg" alt="logo" width="200" height="89" />
  45. </div>
  46. <nav class="text-center">
  47. <ul>
  48. <li class="current first">
  49. <a href="/dvdh/web/app_dev.php/fr/">Accueil</a>
  50. </li>
  51. <li>
  52. <a href="/dvdh/web/app_dev.php/fr/presentation">Présentation</a>
  53. </li>
  54. <li>
  55. <a href="/dvdh/web/app_dev.php/fr/activites">Activités</a>
  56. </li>
  57. <li>
  58. <a href="/dvdh/web/app_dev.php/fr/realisations">Réalisations</a>
  59. </li>
  60. <li>
  61. <a href="/dvdh/web/app_dev.php/fr/actualites">Actualités</a>
  62. </li>
  63. <li class="last">
  64. <a href="/dvdh/web/app_dev.php/fr/contact">Contact</a>
  65. </li>
  66. </ul>
  67. </nav>
  68. </div>
  69. </header>
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment