diff --git a/index.html b/index.html
index 7cbe5a5..ea8ddd6 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@
Mehmet's RSS Feed
-
Webtekno - New York Times -Technopat - Github - Evrim Ağacı - OpenAI
- Blog - The Verge - Apple Newsroom - Apple Devoloper News
+ Blog - The Verge - Apple Newsroom - Apple Devoloper News - Formula 1
diff --git a/script.js b/script.js
index 19993b9..809f30f 100644
--- a/script.js
+++ b/script.js
@@ -41,6 +41,10 @@ document.addEventListener("DOMContentLoaded", () => {
title: "Apple Developer News and Updates",
url: "https://api.rss2json.com/v1/api.json?rss_url=https://developer.apple.com/news/rss/news.rss",
},
+ {
+ title: "Formula 1",
+ url: "https://api.rss2json.com/v1/api.json?rss_url=https://www.formula1.com/en/latest/all.xml",
+ },
];
rssFeeds.forEach((feed) => {
fetch(feed.url)