Advertisement
TheiPhoneFan

Original RSS Example 02/07/24

Feb 7th, 2024 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0">
  3.     <channel>
  4.         <title>Title of your Feed</title>
  5.         <link>https://www.theiphonefan.w3spaces.com/</link>
  6.         <description>Blog of theiphonefan.com.</description>
  7.         <!-- Post: 2024-02-07 -->
  8.         <item>
  9.             <title>XML RSS Demo</title>
  10.             <link>https://www.theiphonefan.w3spaces.com/blog.html</link>
  11.             <guid>theiphonefan-20240207-post1</guid>
  12.             <pubDate>Wed, 07 Feb 2024 07:20:32 GMT</pubDate>
  13.             <description>Demo of RSS feed for version future website updates.</description>
  14.         </item>
  15.     </channel>
  16. </rss>
  17. <!-- Created by TheiPhoneFan on 2024-02-07 -->
  18. <!-- RSS Example For Version 6.0.5 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement