File: lynx.html

package info (click to toggle)
noss 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: perl: 6,571; sh: 569; xml: 294; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
    <title>Test HTML document</title>
</head>
<body>
<h1>
This is a test HTML document
</h1>
<p>
This document will be ran through lynx for the purposes of testing noss's
<code>lynx</code> formatting module.
</p>
</body>
</html>