<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="description" content="__FILENAME__">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>__FILENAME__</title>

        <meta name="theme-color" content="#222b2f">
        <meta property="og:title" content="__FILENAME__">
        <meta property="og:type" content="website">
        <meta property="og:url" content="__LANDINGPAGEURL__">
        <meta property="og:image" content="__PREVIEWURL__">
        <link rel="canonical" href="__LANDINGPAGEURL__">
    <style>/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}a{background-color:transparent}strong{font-weight:bolder}img{border-style:none}button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible}button{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{color:inherit;display:table;max-width:100%;white-space:normal}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}html{box-sizing:border-box;font-family:sans-serif}*,:after,:before{box-sizing:inherit}button{background:0 0;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{border:0 solid #e2e8f0}img{border-style:solid}input::-webkit-input-placeholder{color:#a0aec0}input:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder{color:#a0aec0}input::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}a{color:inherit;text-decoration:inherit}button,input{padding:0;line-height:inherit;color:inherit}canvas,img,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.button{transition:all .15s ease}.button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}img,video{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);width:auto;background-position:50%;border-width:1px;border-color:#edf2f7;min-width:200px;min-height:50px;max-height:75vh;transition:all .15s ease}.bg-white,img,video{background-color:#fff}.bg-crazy-yellow{background-color:#ffe000}.hover\:bg-crazy-yellow-700:hover{background-color:#f5d800}.border-crazy-yellow{border-color:#ffe000}.hover\:border-crazy-yellow-700:hover{border-color:#f5d800}.rounded-full{border-radius:9999px}.border-2{border-width:2px}.border-t-4{border-top-width:4px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.font-sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-semibold{font-weight:600}.h-screen{height:100vh}.leading-normal{line-height:1.5}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.max-w-2xl{max-width:42rem}.p-6{padding:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.text-center{text-align:center}.text-gray-700{color:#4a5568}.text-nearly-black{color:#1d2d35}.text-sm{font-size:.875rem}.uppercase{text-transform:uppercase}.no-underline{text-decoration:none}</style></head>
    <body class="font-sans text-nearly-black bg-white leading-normal">

        <div class="flex flex-col">
            <div class="h-screen flex justify-center items-center leading">
                <main class="max-w-2xl p-6 text-center">
                    <a href="__PREVIEWURL__"
                        class="block mb-4 flex justify-center items-center">
                        __PREVIEW__
                    </a>

                    <a
                        href="__PATH__"
                        download="__FILENAME__"
                        class="button uppercase no-underline text-nearly-black border-2 bg-crazy-yellow border-crazy-yellow py-2 px-4 font-semibold rounded-full shadow-md inline-block hover:shadow-lg hover:border-crazy-yellow-700 hover:bg-crazy-yellow-700"
                    >
                        Download
                    </a>

                    <footer class="mt-4 mb-4 text-gray-700 text-sm">
                        __FILESIZE__ (Shared at: <time>__SHAREDATE__</time>)
                    </footer>
                </main>
            </div>
        </div>
    </body>
</html>