commit 55669b34fcd12af771a3d73b0e511e9288037783 from: Omar Polo date: Fri May 05 17:30:40 2023 UTC move html files under template/ commit - e65ce6ef12a98cb0510dc88ab5551658dea5a372 commit + 55669b34fcd12af771a3d73b0e511e9288037783 blob - 98d32ab50f7a187c4b692d3dd5e2db01efdfdc8a blob + 84b9254d21efe35042ae3ece52cf5f43129162a7 --- GotMArc.pm +++ GotMArc.pm @@ -68,10 +68,10 @@ sub readall { <$fh>; } -my $small_logo = readall "logo-small.html"; -my $hdr = readall "head.html"; -my $foot = readall "foot.html"; -my $idxhdr = readall "index-header.html"; +my $small_logo = readall "templates/logo-small.html"; +my $hdr = readall "templates/head.html"; +my $foot = readall "templates/foot.html"; +my $idxhdr = readall "templates/index-header.html"; sub initpage { my ($fh, $title) = @_; blob - deb2c2efbc69c0687adf25945afd27a519acb8df (mode 644) blob + /dev/null --- foot.html +++ /dev/null @@ -1,18 +0,0 @@ - - - blob - 645e87d154d795011826359bae74da233dc7a8d7 (mode 644) blob + /dev/null --- head.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - TITLE - - blob - a7696374a675e381787e40e28b7246ad2597501d (mode 644) blob + /dev/null --- index-header.html +++ /dev/null @@ -1,10 +0,0 @@ -
- - "GOT" where the "O" is a cute smiling pufferfish. - -

Game of Trees Mail Archive

-

Page PAGE

-

SUBTITLE

-
blob - 3685b971a9a049098cecfcec8e3fda83b73484e0 (mode 644) blob + /dev/null --- logo-small.html +++ /dev/null @@ -1,5 +0,0 @@ - - "GOT", but the "O" is a cute, smiling pufferfish. blob - /dev/null blob + deb2c2efbc69c0687adf25945afd27a519acb8df (mode 644) --- /dev/null +++ templates/foot.html @@ -0,0 +1,18 @@ + + + blob - /dev/null blob + 645e87d154d795011826359bae74da233dc7a8d7 (mode 644) --- /dev/null +++ templates/head.html @@ -0,0 +1,9 @@ + + + + + + + TITLE + + blob - /dev/null blob + a7696374a675e381787e40e28b7246ad2597501d (mode 644) --- /dev/null +++ templates/index-header.html @@ -0,0 +1,10 @@ +
+ + "GOT" where the "O" is a cute smiling pufferfish. + +

Game of Trees Mail Archive

+

Page PAGE

+

SUBTITLE

+
blob - /dev/null blob + 3685b971a9a049098cecfcec8e3fda83b73484e0 (mode 644) --- /dev/null +++ templates/logo-small.html @@ -0,0 +1,5 @@ + + "GOT", but the "O" is a cute, smiling pufferfish.