Improved formatting of about page

This commit is contained in:
Yorhel 2012-07-17 21:42:16 +02:00
parent 91c1367923
commit f6564dfd9c
2 changed files with 6 additions and 0 deletions

View file

@ -114,6 +114,7 @@ sub about {
my $self = shift;
$self->htmlHeader(title => 'About');
h1 'About Manned.org';
div id => 'about';
h2 'Goal';
p; lit <<' _';
@ -204,6 +205,8 @@ sub about {
redistributed has been inadvertently included in our index, please let me
know and I will have it removed as soon as possible.
_
end;
end;
$self->htmlFooter;
}