diff --git a/subsites/words/index.php b/subsites/words/index.php index b781a18..97e4411 100644 --- a/subsites/words/index.php +++ b/subsites/words/index.php @@ -4,13 +4,11 @@ header('Content-type: text/plain; charset=UTF-8'); date_default_timezone_set('Europe/Copenhagen'); echo -'***************************************************** -*** THIS IS NOT A (MICRO)BLOG. ********************** -***************************************************** -Sources: metanohi.org/:words/index.php * - metanohi.org/:words/upload.php * - metanohi.org/projects/various/words.tar.gz * -***************************************************** +'****************************************************** +*** THIS IS NOT A (MICRO)BLOG. ************************ +******************************************************* +Source code: projects.metanohi.name/misc/words.tar.gz * +******************************************************* '; $d='';for ($i=0;$i<19;$i++) $d.= '-';