14 lines
448 B
HTML
14 lines
448 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://test.test/rss.xml">
|
||
|
<title>My test website with an RSS feed</title>
|
||
|
<meta name="author" content="Testy McTestface">
|
||
|
<meta name="description" content="My cool website">
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Hello</p>
|
||
|
</body>
|
||
|
</html>
|