File: example.left.html

package info (click to toggle)
xmldiff 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 720 kB
  • sloc: python: 5,448; xml: 805; makefile: 213; sh: 16
file content (14 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>Example HTML</title>
</head>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>