<html>
<head>
  <meta name=viewport content="width=device-width, initial-scale=1">
  <?php include_once("fb/og_header.php") ?>
  <?php include_once("sudoku/ads/google_header.php") ?>
  <style>
    .fullview {position:absolute;top:0;left:0;width:100vw;height:100vh;margin:0;padding:0;}
    svg { max-width : 100vw; max-height : 90vh; }
    .centered { margin: 0px auto; text-align: center; }
    * { font-family: Tahoma, Geneva, sans-serif; font-size: 0.9em; }
  </style>
</head>
<body>
  <div class="fullview">
    <a href="sudoku"><?php include_once("sudoku/images/splash.svg") ?></a>
    <div class="centered">
      <a href="terms.php">Terms of use</a><br>
      <a href="privacy.php">Privacy Policy</a>
    </div>
  </div>
</body>
</html>

