diff --git a/index.cgi b/index.cgi index 78a4537..7b6252e 100755 --- a/index.cgi +++ b/index.cgi @@ -221,8 +221,11 @@ sub tuwf { end; li; a href => 'http://dev.yorhel.nl/', 'This website'; txt ' (also '; - a href => 'http://g.blicky.net/yorhel-dev.git/tree/index.cgi', 'open source'; - txt ')'; + a href => 'http://g.blicky.net/yorhel-dev.git/tree/index.cgi', 'open source'; txt ')'; + end; + li; + a href => 'http://p.blicky.net/', 'Blicky.net Pastebin'; txt ' ('; + a href => 'http://g.blicky.net/bpaste.git/tree/index.cgi', 'open source'; txt ')'; end; li; a href => 'http://yorhel.nl/', 'Yorhel.nl'; end; end;