diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,9 @@ with a primary goal of retaining the function and form of traditional desktop co </SPAN> <P STYLE="text-align:center"><A HREF="screenshots.php">More Screenshots</A> <P CLASS="spacer"> -<A HREF="rss.php"><IMG ALT="RSS Feed" SRC="media/tde-rss.png" ID="rssicon"></A><H2>Latest News</H2> +<a href="rss.php" title="Website RSS"><img alt="RSS Feed" src="media/tde-rss.png" id="rssicon" /></a> +<a href="https://floss.social/@tde" rel="me" title="Mastodon channel"><img alt="Mastodon channel" src="media/mastodon-icon.png" id="rssicon" /></a> +<h2>Latest News</h2> <?php if ($handle = opendir('./news/')) { $filenames = array(); |