blob: 73d9655ce6606c9e3270b8026ae69e8680b29218 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Escaped name
</h3>
<div class="authorgroup">
<h3 class="author">
John Doe
</h3>
</div>
<p class="copyright">
1325 John Doe
</p>
</body>
</html>
|