summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index bbdc1dd..adc8630 100644
--- a/index.php
+++ b/index.php
@@ -158,6 +158,8 @@ final class LookingGlass {
htmlentities($this->contact['name']).'</a>';
}
+ print '<br /><br />';
+ print '<span class="origin">Powered by <a href="https://github.com/respawner/looking-glass" title="Looking Glass Project">Looking Glass</a></span>';
print '</p>';
print '</div>';
}