blob: 61b05b47256519a619af2c1e7f4b6b6b65d2444f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Copyright Test
</h3>
<p class="copyright">
1963, 1964, 1965 Jane Doe
</p>
<p class="copyright">
2018 Joe Blow, John Coe
</p>
<p class="copyright">
1977, 1985 Someone else
</p>
</body>
</html>
|