<?php include('../header.php'); ?>
<section class="banner">
	<h1>Interactive brochure</h1>
</section>

<section class="quiet">
<p>Click on pages to fold and unfold and use the <em>Flip</em> button to toggle front and back.</p>

<?php include('./brochure.html')?>

</section>

<section></section>

<script>
<?php include('./brochure.js')?>
</script>
<?php include('../footer.php'); ?>