File: hello.html

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 (9 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello!</h1>
<p>Hello world.</p>
</body>
</html>