pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit 784b184e4556d974566b80ab46beeeaad09f11a7
parent 8bd1275cdce1b8b2b03a5c450788e4b453a72160
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 12 Apr 2025 13:48:49 +0200

feat: further styling of index page

Diffstat:
Mindex.php | 30++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/index.php b/index.php @@ -43,6 +43,7 @@ <main> + <h4>About</h4> <p> <em>Newsplanet</em> is a news aggregator combining news from various sources and places into simple and distraction free feeds. All feeds are @@ -50,7 +51,7 @@ <a href="https://github.com/davorg-cpan/perlanet/" target="_blank"> perlanet </a>. - </p> + </p><br> <table> @@ -68,27 +69,32 @@ <tr> <th><?php echo $title; ?></th> <td><?php echo $desc; ?></td> - <td><a href="<?php echo $url; ?>" class="button" rel="nofollow"> - Open - </a></td> + <td style="text-align:center;"> + <a href="<?php echo $url; ?>" class="button" rel="nofollow"> + Open + </a> + </td> </tr> <?php } ?> - </table><br> + </table> + + </main> + <footer style="text-align:left;"> <h4>Disclaimer:</h4> <p> - The news headlines, content or attitudes of the editors and authors of the - news outlets, blogs and newspapers featured here do not necessarily - reflect the opinions and attitudes of the operators of this - <em>Newsplanet</em> instance and this website. <em>Newsplanet</em> is a - news aggregator that brings together content from many different sources, - but has no influence on the editorial content directly. + The news headlines, content or attitudes of the editors and authors of + the news outlets, blogs and newspapers featured here do not necessarily + reflect the opinions and attitudes of the operators of this + <em>Newsplanet</em> instance and this website. <em>Newsplanet</em> is a + news aggregator that brings together content from many different + sources, but has no influence on the editorial content directly. </p> + </footer> - </main> </body> </html>