summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-05-29 22:30:21 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-05-29 22:30:21 +0200
commitac14313e199cb01191768306bc5c14ac101f5814 (patch)
treec3ab37d98e0406bfebc8eec1d604a7382de78f8d
parenta2113e790d391acb9e454f580702a1a1e23b70c5 (diff)
Add reference to this project.
-rw-r--r--includes/style.css3
-rw-r--r--index.php2
2 files changed, 5 insertions, 0 deletions
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']).'</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>';
}