<? include("globals.php") ?>
<html>
  <head>
    <title><?=$page_title?></title>
    <link href="default.css" rel="stylesheet" type="text/css">
  </head>
  <body>
    <div class="absolute-center">
      <a href="home.html"><img src="<? echo $logo_large ?>" /></a><br>
      <h1 class="title"><? echo $theme_text ?></h1>
      <h1 class="title"><? echo $dates ?></h1>
    </div>
  </body>
</html>
