summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-02 21:28:56 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-02 21:28:56 +0100
commit5de4c645e2076f722c4816189bfe1456fced2e1f (patch)
treee33ecfe15ad0a6dac0ca2736bd8f50b5377f4ccb /index.html
parent05703c8f9ccabc113330f15a185136b9a63b4cb9 (diff)
downloadyoutube-dl-5de4c645e2076f722c4816189bfe1456fced2e1f.tar.gz
youtube-dl-5de4c645e2076f722c4816189bfe1456fced2e1f.tar.xz
youtube-dl-5de4c645e2076f722c4816189bfe1456fced2e1f.zip
Make web pages valid HTML and remove a few glitches
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9d4c78dbf..2b6cc40c7 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,10 @@
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
+<html>
 <head>
+<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <title>youtube-dl</title>
-<link rel="stylesheet" href="style.css" type="text/css" />
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h1>youtube-dl: Download videos from YouTube.com</h1>