-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
59 lines (52 loc) · 1.83 KB
/
feed.xml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>MilesONerd</title>
<link>https://milesonerd.github.io</link>
<description>Official site of MilesONerd</description>
<language>en-us</language>
<lastBuildDate>Mon, 09 Dec 2024 10:00:00 +0000</lastBuildDate>
<!-- Home -->
<item>
<title>Home</title>
<link>https://milesonerd.github.io</link>
<description>Welcome to the official site of MilesONerd!</description>
<pubDate>Mon, 09 Dec 2024 08:00:00 +0000</pubDate>
</item>
<!-- About -->
<item>
<title>About Me</title>
<link>https://milesonerd.github.io/about</link>
<description>Learn more about MilesONerd.</description>
<pubDate>Tue, 10 Dec 2024 09:00:00 +0000</pubDate>
</item>
<!-- Acessibility -->
<item>
<title>Acessibility</title>
<link>https://milesonerd.github.io/acessibility</link>
<description>Learn more about how uses the site.</description>
<pubDate>Tue, 16 Dec 2024 12:00:00 +0000</pubDate>
</item>
<!-- Contact -->
<item>
<title>Contact</title>
<link>https://milesonerd.github.io/contact</link>
<description>Contact me.</description>
<pubDate>Tue, 16 Dec 2024 13:00:00 +0000</pubDate>
</item>
<!-- Blog -->
<item>
<title>Blog</title>
<link>https://milesonerd.github.io/blog</link>
<description>Website blog.</description>
<pubDate>Tue, 17 Dec 2024 10:00:00 +0000</pubDate>
</item>
<!-- Policies and Terms -->
<item>
<title>Blog</title>
<link>https://milesonerd.github.io/policies-and-terms</link>
<description>Website policies and terms</description>
<pubDate>Tue, 19 Dec 2024 12:00:00 +0000</pubDate>
</item>
</channel>
</rss>