diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-30 00:20:52 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-30 00:20:52 +0100 |
commit | 31d83c2ad43fd562e2fb57fa8eb0acd87d0dc9a1 (patch) | |
tree | 90ac1ee8be7f600ce4ec31013e93671798141010 /html/feed.xml | |
parent | b7edf7a86f78eb8b8500fada8b4f9ad0603cd780 (diff) |
Add code link to site
Diffstat (limited to 'html/feed.xml')
-rw-r--r-- | html/feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/feed.xml b/html/feed.xml index 89b0b54..9b47435 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Wed, 03 Jul 2024 15:07:36 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 29 Jul 2024 23:20:14 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be |