<html>
  <head>
    <title>CodeDump3</title>
    <style>
       div.a {
               font-size: 20px;
               font-family: URW Chancery L, cursive;
               margin: 0;
               position: absolute;
               top: 50%;
               left: 50%;
               transform: translate(-50%, -50%);
             }
    </style>
  </head>
  <body>
<h1>Tertiary Pages</h1>
<h2><a href="../HtmlSourceDump.html">Return to Source Rep</a></h2>
      <div class="a">
    <h3><a href="cd3/CodeDump1Text.html">Code Dump 1 Page</a></h3>
    <h3><a href="cd3/CodeDump2Text.html">Code Dump 2 Page</a></h3>
    <h3><a href="cd3/CodeDump3Text.html">Code Dump 3 Page</a></h3>
      </div>
  </body>
</html>