Simple Website Framework

RSS Feed Example

Sunday September 8th, 2024

Written by Scary le Poo

Below is an RSS Feed taken from this site. With no limits to the number of items displayed.

Error loading RSS feed.

http://www.skeleton.localhost/?rss=1

Below is an RSS Feed taken from Lifehacker. With a limit of 5 items displayed.

Mon, 21 Sep 2026 21:30:00 +0000
How to prevent your IP address from leaking, even when you're taking steps to hide it.
Mon, 21 Sep 2026 20:30:00 +0000
These are the best Proton VPN hacks for keeping your browsing activity private.
Mon, 21 Sep 2026 20:00:00 +0000
Meta Connect 2026 is nearly here, and may bring new camera-free smart glasses.
Mon, 21 Sep 2026 19:00:00 +0000
Garmin's most advanced adventure watch can get even better.
Mon, 21 Sep 2026 18:30:00 +0000
The original HIIT was supposed to a cheat code for cardio gains. Today's HIIT is nothing like it.

Styling it is super simple and flexible!

<div class="rss-feed-container">
    <div class="rss-item">
        <div class="rss-title"><a href="LINK_TO_ITEM">Title of the item</a></div>
        <div class="rss-date">Publication Date</div>
        <div class="rss-image"><img src="IMAGE_URL" alt="Feed Image"/></div>
        If image exists
        <div class="rss-description">Description of the item</div>
    </div>
</div>