summaryrefslogtreecommitdiff
path: root/brochure/index.php
blob: 237266dccad1d50185ed833d0f0206812d7ecc1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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'); ?>