From 8befb03c534bf3a258a21e0fb28a3be887e7546c Mon Sep 17 00:00:00 2001 From: Luke Stevenson Date: Wed, 19 Sep 2012 20:59:49 +1000 Subject: [PATCH] Added Demo PHP Page Same functionality as the Demo HTML Page, but, if accessed through a PHP-enabled web server, will automatically generate a list of all PNG and JPG files, as opposed to the manual list within the HTML Page. --- demo.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 demo.php diff --git a/demo.php b/demo.php new file mode 100644 index 0000000..5c66263 --- /dev/null +++ b/demo.php @@ -0,0 +1,42 @@ + + + + +Subtle Pattern Demo + + + +
+ +
+ + + + + \ No newline at end of file