|
<!-- Feedlang -->
|
|
<!-- The file extention of Feedlang is ".flwf" (Feedlang Web Feed) -->
|
|
<!-- The icon of the feed is in "icon" -->
|
|
<feedlang version="Alpha">
|
|
<header>
|
|
<img src="/img/icon.jpg" width="50px" />
|
|
<meta charset="utf-8">
|
|
<title>My Blog</title>
|
|
<feedtitle>My Blog</feedtitle>
|
|
<meta name="Description" content="My blog">
|
|
<meta name="Keywords" content="HTML,CSS,JavaScript,PHP,Feedlang,flwf,Blog,Feed">
|
|
</header>
|
|
<!-- This article block is a single blog post! Copy and paste to add additional posts -->
|
|
<article>
|
|
<aHead><a href="./p/lorem-ipsum">Lorem Ipsum</a></aHead>
|
|
<hr />
|
|
<p>Lorem Ipsum theory</p>
|
|
<date>14-08-2020</date>
|
|
</article>
|
|
</feedlang>
|