Make web pages valid HTML and remove a few glitches

This commit is contained in:
Ricardo Garcia
2010-11-02 21:28:56 +01:00
parent 05703c8f9c
commit 5de4c645e2
5 changed files with 29 additions and 9 deletions

View File

@ -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 Frequently Asked Questions</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>youtube-dl Frequently Asked Questions</h1>