index.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  5. <meta name="viewport" content="width=375, initial-scale=0.5" />
  6. <link rel="stylesheet" type="text/css" href="style/reset.css" />
  7. <link rel="stylesheet" type="text/css" href="style/fonts.css" />
  8. <link rel="stylesheet" type="text/css" href="style/animate.css" />
  9. <link rel="stylesheet" type="text/css" href="style/style.css" />
  10. </head>
  11. <title>Scout arbre de saturation</title>
  12. <body class="dragscroll">
  13. <section>
  14. <?php include('illustrations/start.php'); ?>
  15. <?php include('illustrations/angoisses.php'); ?>
  16. <?php include('illustrations/coeur.php'); ?>
  17. <?php include('illustrations/sumo.php'); ?>
  18. <?php include('illustrations/voyance.php'); ?>
  19. <?php include('illustrations/parlons-en.php'); ?>
  20. <?php include('illustrations/ampoule.php'); ?>
  21. <?php include('illustrations/besoin.php'); ?>
  22. <?php include('illustrations/genie.php'); ?>
  23. <?php include('illustrations/bah_alors.php'); ?>
  24. <?php include('illustrations/et_maintenant.php'); ?>
  25. <?php include('illustrations/pouce.php'); ?>
  26. <?php include('illustrations/chevalier.php'); ?>
  27. <?php include('illustrations/sy_mettre.php'); ?>
  28. <?php include('illustrations/koala.php'); ?>
  29. <?php include('illustrations/etoile.php'); ?>
  30. <?php include('illustrations/center.php'); ?>
  31. </section>
  32. </body>
  33. <script type="text/javascript" src="scripts/jquery-3.3.1.min.js"></script>
  34. <script type="text/javascript" src="scripts/jquery-ui.min.js"></script>
  35. <script type="text/javascript" src="scripts/jquery.ui.touch-punch.min.js"></script>
  36. <script type="text/javascript" src="scripts/dragscroll.js"></script>
  37. <script type="text/javascript" src="scripts/jquery.scrollTo.min.js"></script>
  38. <script type="text/javascript" src="scripts/script.js"></script>
  39. </html>