<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

        <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
        <meta http-equiv="EXPIRES" content="0" />
        <meta name="ROBOTS" content="NOARCHIVE" />
        <meta name="GOOGLEBOT" content="NOARCHIVE" />

        <title>Doodle or Die</title>


        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

        <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
        
        <style>
            body {
                background-color: #C4E8F2;
                font-family: 'PT Sans', sans-serif;
            }

            A {
                color:  #0000ff;
            }
        </style>

    </head>
    <body>
        <h1>Doodle or Die will be back very soon!</h1>
        <h2>We're just finishing up some changes to the site that we think you'll like.</h2>

        <p>
            In the meanwhile, have you seen...
        </p>
        <ul>
            <li>The official <a href="http://www.facebook.com/doodleordie/" class="icon-facebook">Doodle or Die Facebook Page</a>, over 3000 likes</li>
            <li>Our Twitter  <a href="http://www.twitter.com/doodleordie/" class="icon-twitter">@DoodleOrDie</a>, over 1600 followers</li>
            <li>Fan-run sub-Reddit: <a href="http://www.reddit.com/r/doodleordie/" class="icon-reddit">/r/doodleordie</a>, over 2000 subscribes</li>
        </ul>

        <p>
            - Dylan, Aaron, Garrett, and Wyn.
        </p>

<script>
    /* Google Analytics */
    var _gaq = [ ['_setAccount','UA-18248423-1'], ['_trackPageview', '/maintenance' ] ];
    
    (function(d, t) {
        var g = d.createElement(t),s = d.getElementsByTagName(t)[0];
        g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
        s.parentNode.insertBefore(g, s)
    }(document, 'script'));
    
</script>



<script type="text/javascript">
  var uvOptions = {};
  (function() {
    var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
    uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/w7HkdPCrpORwYjktxdOg.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
  })();
</script>

    <script>
        setInterval(function(){
            // If the UserVoice modal isn't visible then reload the page in 10 seconds
            var overlay = document.querySelector('#uvw-overlay');
            if (!overlay || (overlay && overlay.style.display !== 'block')){
                window.location = window.location;
            }
        }, 10000);
    </script>

</body>
</html>
