diff options
Diffstat (limited to 'screenshots.php')
-rw-r--r-- | screenshots.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/screenshots.php b/screenshots.php new file mode 100644 index 0000000..96f13d0 --- /dev/null +++ b/screenshots.php @@ -0,0 +1,20 @@ +<?php + include("includes/common.php"); + placeHeader("Screenshots"); +?> + +<h3>Screenshots from version 0.0.11</h3> + + +<h3>Screenshots from version 0.0.10</h3> + + +<h3>Screenshots from version 0.0.9</h3> + + +<h3>Older screenshots</h3> + + +<?php + placeFooter(); +?> |