diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 22:30:21 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 22:30:21 +0200 |
commit | ac14313e199cb01191768306bc5c14ac101f5814 (patch) | |
tree | c3ab37d98e0406bfebc8eec1d604a7382de78f8d /index.php | |
parent | a2113e790d391acb9e454f580702a1a1e23b70c5 (diff) |
Add reference to this project.
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>'; } |