1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="viewport" content="width=375, initial-scale=0.5" />
- <link rel="stylesheet" type="text/css" href="style/reset.css" />
- <link rel="stylesheet" type="text/css" href="style/fonts.css" />
- <link rel="stylesheet" type="text/css" href="style/animate.css" />
- <link rel="stylesheet" type="text/css" href="style/style.css" />
- </head>
- <title>Scout arbre de saturation</title>
- <body class="dragscroll">
- <section>
- <?php include('illustrations/start.php'); ?>
- <?php include('illustrations/angoisses.php'); ?>
- <?php include('illustrations/coeur.php'); ?>
- <?php include('illustrations/sumo.php'); ?>
- <?php include('illustrations/voyance.php'); ?>
- <?php include('illustrations/parlons-en.php'); ?>
- <?php include('illustrations/ampoule.php'); ?>
- <?php include('illustrations/besoin.php'); ?>
- <?php include('illustrations/genie.php'); ?>
- <?php include('illustrations/bah_alors.php'); ?>
- <?php include('illustrations/et_maintenant.php'); ?>
- <?php include('illustrations/pouce.php'); ?>
- <?php include('illustrations/chevalier.php'); ?>
- <?php include('illustrations/sy_mettre.php'); ?>
- <?php include('illustrations/koala.php'); ?>
- <?php include('illustrations/etoile.php'); ?>
- <?php include('illustrations/center.php'); ?>
- </section>
- </body>
- <script type="text/javascript" src="scripts/jquery-3.3.1.min.js"></script>
- <script type="text/javascript" src="scripts/jquery-ui.min.js"></script>
- <script type="text/javascript" src="scripts/jquery.ui.touch-punch.min.js"></script>
- <script type="text/javascript" src="scripts/dragscroll.js"></script>
- <script type="text/javascript" src="scripts/jquery.scrollTo.min.js"></script>
- <script type="text/javascript" src="scripts/script.js"></script>
- </html>
|