<?php
include "inc/func.php";
$data = sceneData();
?>
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>EmoTeach</title>
    <?php headerScripts(); ?>
  </head>
  <body>

    <?php globalFeatures(); ?>

    <section id="wrapper">
      <div class="logo_wrap">
        <div class="logoBox">
          <img class="logo" src="images/logo.png"/>
        </div>
      </div>

      <div class="logo_wrap">
        <a class="playGame" href="levels.php">PLAY GAME</a>
      </div>

    </section>

  </body>
</html>
