File: test.html

package info (click to toggle)
libhttp-proxy-perl 0.304-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 720 kB
  • sloc: perl: 2,576; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
 <title>This is an HTML test file</title>
</head>
<body bgcolor="#CCCCCC">
 <h1>Test title</h1>
  <h2>Test sub-title</h2>
  <p>
   This is a test paragraph,
   with <b>bold</b> and <em>emphasised</em>
   text.
  </p>
 <hr>
  <h2>Another test</h2>
  <pre>
   # some source code
   $a++
  </pre>
 <hr>
</body>