10 lines
177 B
HTML
10 lines
177 B
HTML
<html>
|
|
<head>
|
|
<title>RSS Test</title>
|
|
<link rel="alternate" type="application/rss+xml" href="/page_with_rss.xml">
|
|
</head>
|
|
<body>
|
|
<p>Some content</p>
|
|
</body>
|
|
</html>
|