File: test002.html

package info (click to toggle)
smlnj 110.79-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 82,552 kB
  • sloc: ansic: 32,532; asm: 6,314; sh: 2,303; makefile: 1,821; perl: 1,170; pascal: 295; yacc: 190; cs: 78; python: 77; lisp: 19
file content (11 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<title>Test 002</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<body>
<p>This is a test & stuff.</p>
<p>This is a test &amp stuff.</p>
<p>This is a test && stuff.</p>
<p>This is a test &&amp; stuff.</p>
</body>
</html>