<!DOCTYPE html>
<html lang="en" class="no-touch">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="cleartype" content="on">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>typo/graphic posters</title>

    <script async src="https://www.googletagmanager.com/gtag/js?id=G-F2MTBR4FRP"></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());
        gtag('config', 'G-F2MTBR4FRP');
    </script>
    <style>
        body {
            margin: 0;
            padding: 0;
        }

        .image {
            width: 100vw;
            height: 100vh;
            overflow: hidden;
        }

        .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ad-track {
            position: fixed;
            z-index: -1;
            pointer-events: none;
            user-select: none;
        }
    </style>
</head>

<body>

    <div class="image">
        <img src="/new-site.jpg" alt="New site is coming">
    </div>

    <img src="https://ad.doubleclick.net/ddm/trackimp/N718679.3069297TYPOGRAPHICPOSTER/B25136576.292143709;dc_trk_aid=485118535;dc_trk_cid=143649684;ord=16109736775012;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755}?" border="0" height="1" width="1" alt="Advertisement" class="ad-track">


</body>

</html>
