<!DOCTYPE html>
<html>
  <head>
    <title>World of Code</title>
    <meta name="google-site-verification" content="sXRF-0P78A746ZrkXchfw8PbL2pQqdp3-KSH4RV8xeU" />
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <link rel="icon" type="image/png" href="favicon.png">
    <!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><![endif]-->

    <!-- Early code (before external libraries) -->
    <link rel="stylesheet" href="assets/styles/early.css">

    <!-- External libraries -->
    <!-- TODO: Switch to minified versions and/or bundle everything before production -->
    <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js"></script>

    <!-- Main code (after external libraries) -->
    <link rel="stylesheet" href="assets/styles/main.css">
    <script type="text/javascript" src="src/index.js"></script>
  </head>
  <body>
    <div class="main">
      <div class="topBar clear">
        <div class="title floatLeft"><a href="/">World of Code</a></div>
        <div class="demo floatRight"><a href="demo">Demo</a></div>
      </div>
      <div class="mainImageHolder center">
        <img src="assets/images/tree.svg">
      </div>
      <p>
        Explore and expand the world while learning to code.
      </p>
    </div>
  </body>
</html>
