29 lines
453 B
Plaintext
29 lines
453 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<h3>
|
|
Duplicates 1.5 2
|
|
</h3>
|
|
<div class="authorgroup">
|
|
<h3 class="author">
|
|
Joe Blow
|
|
</h3>
|
|
<h3 class="author">
|
|
Jane Doe
|
|
</h3>
|
|
</div>
|
|
<p class="copyright">
|
|
2018 Joe Blow
|
|
</p>
|
|
<p class="copyright">
|
|
1963 Jane Doe
|
|
</p>
|
|
<div class="legalnotice">
|
|
<p>
|
|
Public Domain
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|