<html> <head> <title>CodeDump1</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>Primary Pages</h1> <h2><a href="../HtmlSourceDump.html">Return to Source Rep</a></h2> <div class="a"> <h3><a href="cd1/StartPageText.html">Start Page</a></h3> <h3><a href="cd1/CrabText.html">Crab Page</a></h3> <h3><a href="cd1/RickText.html">Rick Roll Page</a></h3> <h3><a href="cd1/SometingCoolText.html">Heaby t0nk Page</a></h3> <h3><a href="cd1/SourceRepositoryText.html">Source Code Repository Page</a></h3> </div> </body> </html>