index.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" type="text/css" href="style/knacss.css" />
  6. <link rel="stylesheet" type="text/css" href="style/fonts.css" />
  7. <link rel="stylesheet" type="text/css" href="style/fullpage.css" />
  8. <link rel="stylesheet" type="text/css" href="style/simplebar.css" />
  9. <link rel="stylesheet" type="text/css" href="style/style.css" />
  10. <link rel="stylesheet" type="text/css" href="style/media-quieries.css" />
  11. </head>
  12. <title>materiO'</title>
  13. <body>
  14. <header>
  15. <div class="logo">
  16. <h1>materiO'</h1>
  17. <h2>l'inspiration par la matière</h2>
  18. </div>
  19. <nav>
  20. <li>Accès Membre</li>
  21. <li>Qui Sommes Nous ?</li>
  22. <li> Tarifs</li>
  23. <li>Contact</li>
  24. <li>Aide</li>
  25. <li>Langue</li>
  26. </nav>
  27. </header>
  28. <section id="fullpage">
  29. <?php include('pages/databases.php'); ?>
  30. <?php include('pages/videos.php'); ?>
  31. <?php include('pages/showrooms.php'); ?>
  32. </section>
  33. </body>
  34. <script type="text/javascript" src="script/jquery.min.js"></script>
  35. <script type="text/javascript" src="script/simplebar.js"></script>
  36. <script type="text/javascript" src="script/fullpage.js"></script>
  37. <script type="text/javascript" src="script/scrolloverflow.min.js"></script>
  38. <script type="text/javascript" src="script/script.js"></script>
  39. </html>