<!DOCTYPE html>
<html lang='pt-br' xmlns='http://www.w3.org/1999/xhtml'>
  <head>
    <title>Click Jogos - Aguarde...</title>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
    <link href='/assets/static/error_pages.css' rel='stylesheet' type='text/css'>
  </head>
  <body>
    <header>
      <a href='/'>Click Jogos</a>
    </header>
    <article class='warmup-lock'>
      <div class='left-image'></div>
      <div class='error'>
        <h2 class='heading-medium'>
          Por favor aguarde...
        </h2>
        <h3 class='heading-bold'>(Musiquinha de elevador tocando)</h3>
        <p>
          O Click Jogos está sendo atualizado, por favor
          <br>
          espere alguns segundos e atualize essa página!
        </p>
        <a class='button' href='#' onclick='javascript:window.location.reload(); return false;'>Atualizar</a>
      </div>
    </article>
    <script>
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-1871111-1']);
      _gaq.push(['_setCustomVar', 1, 'section', 'warmup-lock', 3]);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })()
    </script>
  </body>
</html>
