summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/doc-info/duplicates-1.5.gold-html
blob: 1c448e7f293b756504fa62ca5fb8f9216311f4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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>