1<!DOCTYPE html> 2<html> 3 <head></head> 4 <body> 5 <h3> 6 Duplicates 1.1 2 7 </h3> 8 <div class="authorgroup"> 9 <h3 class="author"> 10 Joe Blow 11 </h3> 12 <h3 class="author"> 13 Jane Doe 14 </h3> 15 </div> 16 <p class="copyright"> 17 2018 Joe Blow 18 </p> 19 <p class="copyright"> 20 1963 Jane Doe 21 </p> 22 <div class="legalnotice"> 23 <p> 24 Public Domain 25 </p> 26 </div> 27 <p> 28 Content 29 </p> 30 </body> 31</html> 32