File: test.html

package info (click to toggle)
libhttp-proxy-perl 0.301-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 636 kB
  • ctags: 164
  • sloc: perl: 2,403; makefile: 2
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>