summaryrefslogtreecommitdiff
path: root/legacy/works/nocharset.html
blob: 403af7f1771d47e8615dc34e230756013b831e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>No charset test</title>
</head>

<body>

<h1>No charset test</h1>

<p>This document no charset information, so it should be
interpreted as iso-8859-1, at least over HTTP.
The table below should contain the characters
described, or approximations to them.</p>

<table>
<tr><th></th><td>LATIN CAPITAL LETTER A WITH ACUTE</td></tr>
<tr><th></th><td>LATIN SMALL LETTER E WITH GRAVE</td></tr>
<tr><th></th><td>LATIN CAPITAL LETTER O WITH GRAVE</td></tr>
<tr><th></th><td>LATIN SMALL LETTER U WITH GRAVE</td></tr>
<tr><th></th><td>COPYRIGHT SIGN</td></tr>
</table>

</body>
</html>