-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.rss
38 lines (37 loc) · 1.5 KB
/
feed.rss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Atlas V</title>
<link>https://atlasv.info/projects</link>
<description>Projects made by Atlas V</description>
<language>en</language>
<image>
<url>https://atlasv.info/images/favicon.png</url>
<title>Atlas V</title>
<link>https://atlasv.info/projects</link>
</image>
<atom:link href="https://atlasv.info/feed.rss" rel="self" type="application/rss+xml" />
<item>
<title>Personal Website</title>
<guid isPermaLink="true">https://atlasv.info/projects/personal-website</guid>
<link>https://atlasv.info/projects/personal-website</link>
<description>This website was my first experience with HTML and CSS, it has helped me define what I would like to do professionally.</description>
<dc:creator>"Atlas V"</dc:creator>
<pubDate>Thu, 15 Feb 2024 17:58:13 GMT</pubDate>
<category>Technology</category>
<category>Web Development</category>
<category>Programming</category>
</item>
<item>
<title>test</title>
<guid isPermaLink="true">https://atlasv.info/projects/index.html</guid>
<link>https://atlasv.info/projects/index.html</link>
<description>test card</description>
<dc:creator>"Atlas V"</dc:creator>
<pubDate>Thu, 15 Feb 2024 17:58:13 GMT</pubDate>
<category>Technology</category>
<category>Web Development</category>
<category>Programming</category>
</item>
</channel>
</rss>