summaryrefslogtreecommitdiff
path: root/tests/fixtures/static/encoded.html
blob: 0999b4f1be0fd95c2dc0dc0955c283c20ff02774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--
  when modified, re-run:
    gzip -k encoded.html
-->
<html>
<head>
<title>
A Simple HTML Document
</title>
</head>
<body>
<p>This is a very simple HTML document</p>
<p>It only has two paragraphs</p>
</body>
</html>