Browse Source

Add link to RSS feed (#758)

Philipp Hagemeister 12 years ago
parent
commit
cd0b44fd5e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html>
 <html>
 <head>
 <head>
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
 <title>youtube-dl</title>
 <title>youtube-dl</title>
-<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="stylesheet" href="style.css" type="text/css" />
+<link rel="alternate" type="application/atom+xml" title="youtube-dl releases" href="/update/atom.atom" />
 </head>
 </head>
 <body>
 <body>