From 483798dba7c59ebeb8c2e83ac5e62466b7f545b4 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 26 Jul 2024 06:36:24 -0400 Subject: [PATCH] Add rss.xml since RSS is working now --- .gitignore | 1 - index.html | 56 +++++++++++++++++++++++++++--------------------------- rss.xml | 18 ++++++++++++++++++ 3 files changed, 46 insertions(+), 29 deletions(-) create mode 100644 rss.xml diff --git a/.gitignore b/.gitignore index 583a0f9..28a4d83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ img/ __pycache__/ -rss.xml .secrets diff --git a/index.html b/index.html index dc55ebe..d93f83d 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,29 @@ - - One cat per day! - - - - - - -
- -
-
- - A picture of a cat -
- - - \ No newline at end of file + + One cat per day! + + + + + + +
+ +
+
+ + A picture of a cat +
+ + + \ No newline at end of file diff --git a/rss.xml b/rss.xml new file mode 100644 index 0000000..32f19f5 --- /dev/null +++ b/rss.xml @@ -0,0 +1,18 @@ + + + + One cat per day! + https://onecatper.day + Source page: https://onecatper.day + en + Thu, 25 Jul 2024 08:45:26 -0500 + + One cat per day! + https://onecatper.day#51206624887025023861521980444894 + One cat per day! + Thu, 25 Jul 2024 08:45:26 -0500 + https://onecatper.day#74023302225875889632231955345164 + + + + \ No newline at end of file