Improved formatting of about page
This commit is contained in:
parent
91c1367923
commit
f6564dfd9c
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue