diff options
Diffstat (limited to 'html/quotes.jsp')
-rw-r--r-- | html/quotes.jsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html/quotes.jsp b/html/quotes.jsp index 3e57979..d1445fb 100644 --- a/html/quotes.jsp +++ b/html/quotes.jsp @@ -91,5 +91,14 @@ for (lq.Quote quote : quotes) { } %> +<center> +<br> +<p>linoquotes v.2 © 2004-2010 Erlend Hamberg, Vidar Holen, Kjetil Ørbekk, John H. Anthony. +<br>See <a href="http://github.com/orbekk/linoquotes">http://github.com/orbekk/linoquotes</a> + for details.</p> +<p>The quotes on this page are copyright their respective owners and submitters.</p> +<img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif" +alt="Powered by Google App Engine" /> +</center> </body> </html> |