summaryrefslogtreecommitdiff
path: root/brochure/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'brochure/index.php')
-rw-r--r--brochure/index.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/brochure/index.php b/brochure/index.php
new file mode 100644
index 0000000..237266d
--- /dev/null
+++ b/brochure/index.php
@@ -0,0 +1,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'); ?>