blob: e666d1e2b175ab5793f6b2b7dc8bf5213ce020b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>html401-strict</title>
<meta name="author" content="olivier Thereaux">
<!-- Date: 2007-03-07 -->
</head>
<body>
<p>Sample HTML 4.01 Strict document encoded in iso-8859-1, with charset declared in meta http-equiv.</p>
<p>àccentuatéd characters</p>
</body>
</html>
|