From 5b2a67fe247496f3106db956964996f771160fc5 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 26 May 2021 23:58:29 +0530 Subject: added code and content --- Content/posts/2020-12-1-HTML-JS-RSS-Feed.md | 207 ++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 Content/posts/2020-12-1-HTML-JS-RSS-Feed.md (limited to 'Content/posts/2020-12-1-HTML-JS-RSS-Feed.md') diff --git a/Content/posts/2020-12-1-HTML-JS-RSS-Feed.md b/Content/posts/2020-12-1-HTML-JS-RSS-Feed.md new file mode 100644 index 0000000..00f4fa3 --- /dev/null +++ b/Content/posts/2020-12-1-HTML-JS-RSS-Feed.md @@ -0,0 +1,207 @@ +--- +date: 2020-12-01 20:52 +description: Short code-snippet for an RSS feed, written in HTML and JavaScript +tags: Tutorial, Code-Snippet, HTML, JavaScript +--- +# RSS Feed written in HTML + JavaScript + +If you want to directly open the HTML file in your browser after saving, don't forget to set `CORS_PROXY=""` + +```html + + + + + + + RSS Feed + + + + + +

RSS Feed

+
+
+
+
+
+
+ + + + + +``` + -- cgit v1.2.3