-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
24 lines (22 loc) · 773 Bytes
/
feed.xml
File metadata and controls
24 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>USSG</title>
<link href="https://kmeesters.github.io/feed.xml" rel="self" />
<link href="https://kmeesters.github.io" />
<updated>2021-11-17T20:56:51+01:00</updated>
<author>
<name>Kenny Meesters</name>
</author>
<id>https://kmeesters.github.io</id>
<entry>
<title>Test post</title>
<author>
<name>Kenny Meesters</name>
</author>
<link href="https://kmeesters.github.io/test-post/"/>
<id>https://kmeesters.github.io/test-post/</id>
<updated>2021-11-17T20:56:51+01:00</updated>
<summary></summary>
<content></content>
</entry>
</feed>