diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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>'; } |