aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/test_template.html
blob: 7adadc3c1df29716899c8ce80137dee33ae5ec5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head></head>
<body>
<h1>this heading is not BOB</h1>
<p>
Sample text
</p>
<h2>BOB</h2>
<p>
Here's an empty heading:
</p>
<h1></h1>
<h1>This Heading is in Title Case</h1>
</div>
</body>
</html>