<!DOCTYPE html>
<html lang=en>
<head>
    <meta charset=utf-8>
    <meta http-equiv=X-UA-Compatible content=IE=edge>
    <title>The Daft Club - Daft Punk Fansite</title>
    <meta name=viewport content=width=1040>
    <link href=https://fonts.googleapis.com/css?family=Roboto:300 rel=stylesheet>
    <style>
        html,
        body {
            height: 100%;
        }

        body {
            background-color: #000; 
            font-family: Roboto, sans-serif;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            margin: 0;
        }

        h1 {
            margin: 0 0 8px 0;
            color: #fff;
            font-size: 48px;
            font-weight: 300;
        }

        .wrap {
            display: table;
            width: 100%;
            height: 100%;
        }

        .inner {
            display: table-cell;
            vertical-align: middle;
        }
        .dates {
            font-size: 0.5em;
        }
        a:link {
            bottom: 3em;
            color: #fff;
            font-size: 0.75em;
            left: 0;
            position: absolute;
            text-align: center;
            width: 100%;
        }
        a:hover {
            text-decoration: none;
        }
        a:visited {
            color: #d4af37;
        }

    </style>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4192897-7"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'UA-4192897-7');
    </script>

</head>
<body>
    <div class=wrap>
        <div class=inner>
            <h1>Daft Punk<br><span class="dates">1993 - 2021</span></h1>

            <a href="http://eepurl.com/hrfVVX" title="Sign up for updates" target="_blank">Updates</a>    
        </div>

        <div class="updates"></div>
    </div>
</body>
</html>

