From ac14313e199cb01191768306bc5c14ac101f5814 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 29 May 2014 22:30:21 +0200 Subject: Add reference to this project. --- includes/style.css | 3 +++ index.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/includes/style.css b/includes/style.css index caf7a34..eaf5561 100644 --- a/includes/style.css +++ b/includes/style.css @@ -16,6 +16,9 @@ body { margin-left: auto; margin-right: auto; } +.origin { + font-size: 0.8em; +} .logo { text-align: center; padding: 1%; 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']).''; } + print '

'; + print 'Powered by Looking Glass'; print '

'; print ''; } -- cgit v1.2.3