File: example2.txt

package info (click to toggle)
haskell-http-streams 0.8.9.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: haskell: 1,972; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Apache/2.2.22
Expires: Fri, 04 Jan 2013 06:48:57 GMT
Date: Fri, 04 Jan 2013 06:48:56 GMT
Content-Length: 133
Cache-Control: max-age=1

<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello!</h1>
<p>Hello world. <span class="FIXME">□</span></p>
</body>
</html>