<html>
<head>
  <meta charset="UTF-8">
  <title>Zootool</title>
  <style>
    body {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.25em;
      line-height: 1.5em;
      margin: 3em;
      max-width: 25em;
    }
    a {
      color: #7ca935;
      text-decoration: none;
      border-bottom: 2px solid #ddd;
    }
  </style>
</head>
<body>
  <p>
    <strong>Zootool has been shut down on 15 March, 2014 :(</strong>
  </p>
  <p>
    We started a newsletter list to collect supporters for a <a href="http://bastianallgeier.com/openzoo">self-hosted, open-source alternative</a> for Zootool.
  </p>
  <p>
    <a href="http://eepurl.com/QokKT">Please sign up</a> if you are interested, so there might be a chance for a comeback.
  </p>
  <p>
    Follow our personal Twitter accounts if you want to stay in touch:
  </p>
  <p>
    <a href="http://twitter.com/bastianallgeier">@bastianallgeier</a><br />
    <a href="http://twitter.com/habu">@habu</a><br />
    <a href="http://twitter.com/nicolascormier">@nicolascormier</a>
  </p>
  <p>
    Thank you for 6 fantastic years!
  </p>

  <p>
    <br />
    <img src="/rhino.png">
  </p>

  <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-3468671-1']);
    _gaq.push (['_gat._anonymizeIp']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script');
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
          'http://www') + '.google-analytics.com/ga.js';
      ga.setAttribute('async', 'true');
      document.documentElement.firstChild.appendChild(ga);
    })();

  </script>

</body>
</html>