diff --git a/results-gallery.php b/results-gallery.php
new file mode 100644
index 0000000..a21ec9f
--- /dev/null
+++ b/results-gallery.php
@@ -0,0 +1,103 @@
+
+
+
+ Collagen Abstimmung
+
+
+
+
+
+
+';
+
+/** @var array $config configuration options */
+$config = require(__DIR__ . '/config.php');
+
+/** @var PhotoPrism $api API object to interface with PhotoPrism */
+$api = new PhotoPrism($config);
+
+/** @var Album[] $albums List of PhotoPrism albums */
+$albums = [];
+try {
+ $api->login();
+} catch (\Exception $e) {
+ die('Fehler: ' . $e->getMessage().$footer.'