From e6abb0b71b53e70c0e3d43c2b60bd49c8e5a6e39 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 19 Nov 2011 06:16:08 -0800 Subject: [PATCH] updates --- get.php | 4 ++-- head.html | 1 + index.php | 7 +++++-- robots.txt | 0 style.css | 1 - 5 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 robots.txt diff --git a/get.php b/get.php index 17a740a..66fb30f 100644 --- a/get.php +++ b/get.php @@ -54,8 +54,8 @@ fetch(); $i++ ): ?>
  • - - + + diff --git a/head.html b/head.html index 1e20898..3fc33f5 100644 --- a/head.html +++ b/head.html @@ -2,3 +2,4 @@ + \ No newline at end of file diff --git a/index.php b/index.php index cf293fb..f82f4d1 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,9 @@ switch($endpoint) { case 'about' : + echo "clmpr is a place to save hyperlinks"; + echo '
    © 2011 quilime'; + exit; break; default : @@ -50,7 +53,7 @@ -
    Citation, Logging and Multi-Purpose aRchive
    +
    citation, logging and multi-purpose archive
    @@ -68,4 +71,4 @@ $js = file_get_contents('bookmarklet.js');
    \ No newline at end of file + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css index 85408ec..5bf1fb5 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,6 @@ li { .header { color: #888888; - font-size: 18px; } .header b { -- 2.34.1