diff options
author | hitlerrip <git@hitler.rip> | 2025-07-28 14:49:07 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-07-28 14:49:07 +0200 |
commit | 74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5 (patch) | |
tree | 7e1076feab5a6e9b9e995baff6937b8d11882fc0 /con/rss-header.xml | |
download | website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.tar.gz website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.tar.bz2 website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.zip |
init
created the initial version of my website build script
Diffstat (limited to 'con/rss-header.xml')
-rw-r--r-- | con/rss-header.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/con/rss-header.xml b/con/rss-header.xml new file mode 100644 index 0000000..e591b91 --- /dev/null +++ b/con/rss-header.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0"> + <channel> + <title>hitler.rip</title> + <link>https://hitler.rip/articles</link> + <description>hitler.rip /articles/</description> + <image> + <url>../icon.png</url> + <link>/</link> + <title>Logo</title> + </image> + + <!-- END OF HEADER FILE --> + |