<!DOCTYPE html>
<html lang="en">
<head>
        <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-BKQZKZB968"></script>
        <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-BKQZKZB968');
        </script>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Billy Bullshitter</title>
    <link rel="icon" type="image/png" href="/images/favicon-64x64.png"/>

    <link rel="stylesheet" href="/css/base.css?v=oM2rWPxS6KD0aAGzWJLTH3QnoApz0bex06xt3NoxEVs" />
    <style>
        :root{
            --color-bg-body: #bcaaa4;
            --color-tx-body: #ffffff;
            --color-bg-footer: #ffffff;
            --color-tx-footer: #333333;
        }
    </style>
</head>
<body class="bg-body tx-body">
<div class="text-center">
    <div class="min-h-screen flex flex-col items-center justify-center">
            <div class="max-w-3xl p-12"><img class="w-full" alt="Billy Bullshitter Logo" src="/images/logos/billy-bullshitter-logo-dark-stone.png"/></div>
            <div class="mx-auto p-12 max-w-2xl">
                <h1 class="mb-6 text-4xl text-bold">Billy Bullshitter</h1>
                    <h2 class="text-2xl text-bold">Coming Soon(ish)</h2>
                    <div class="mt-6 text-lg text-justify blurb"><p>He’s always spinning tall tales, dishing out the most outrageous bollocks that no one truly buys but the lasses can’t resist!</p>Whether he’s banging on about wrestling a bear or swearing he outran a tornado, his bullshit is so brazen and cheeky it’s practically a shagging superpower.</p><p>Pulling birds left, right and centre, they fall for it everytime - hook, line and sinker.</p></div>
            </div>
        
    </div>
    
</div>
<footer class="p-12 bg-footer tx-footer">
    <div class="mx-auto container">
        <p>&copy; 2017-2026 billybullshitter.com. All rights reserved.</p>
    </div>
</footer>
</body>
</html>