diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-27 07:05:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-27 07:05:22 +0000 |
commit | 98c70b73f2b90196434b2dd58643828e0baab263 (patch) | |
tree | 5dbfa60da12ca906394a418e2950767066711389 /docs/index.html | |
parent | 6bd02a3ab5d951e5fa99495ebe3a1aca7cbaaede (diff) |
added doctype tag to get HTML compliant
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html index 540a61f36..4390378af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,13 +1,13 @@ -<HTML> -<HEAD> -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<TITLE>Index to Curl documentation</TITLE> -</HEAD> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html><head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<title>Index to Curl documentation</title> +</head> -<BODY> -<H1 ALIGN="CENTER">Index to Curl documentation</H1> +<body> +<h1 align="center">Index to Curl documentation</h1> -<H2>Programs</H2> +<h2>Programs</h2> <a href="curl-config.html">curl-config</A> <br><a href="curl.html">curl</A> @@ -17,5 +17,4 @@ <h2>libcurl</h2> See the <a href="libcurl/index.html">libcurl section</a> -</BODY> -</HTML> +</body></html> |