Make web pages valid HTML and remove a few glitches
This commit is contained in:
7
faq.html
7
faq.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 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>
|
||||
|
Reference in New Issue
Block a user