<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>GoodBytes | 3D Three.js WebGL & Web3 Training</title>

    <!-- Primary Meta Tags -->
    <meta name="description" content="GoodBytes offers concise workshops in Three.js or WebGL and Web3. Enhance your skills in 3D web graphics or get started with web3 in one of my hands-on workshops.">
    <meta name="title" content="GoodBytes | 3D Three.js WebGL & Web3 Training">

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.goodbytes.be/">
    <meta property="og:title" content="GoodBytes | 3D Three.js WebGL & Web3 Training">
    <meta property="og:description" content="I offer concise training in Three.js or WebGL and Web3. Enhance your skills in 3D web graphics or get started with web3 in one of my hands-on workshops.">
    <meta property="og:image" content="https://www.goodbytes.be/images/og.jpg">
    <!-- Twitter -->
    <meta property="twitter:title" content="GoodBytes | 3D Three.js & Blockchain 101 Training">
    <meta property="twitter:description" content="I offer concise training in Three.js or WebGL and Web3. Enhance your skills in 3D web graphics or get started with web3 in one of my hands-on workshops.">
    <meta property="twitter:card" content="summary_large_image">
    <meta property="twitter:url" content="https://www.goodbytes.be/">
    <meta property="twitter:image" content="https://www.goodbytes.be/images/og.jpg">


    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">

    <link href="/icons/favicon.ico" rel="icon" type="image/x-icon">
    
    <style>
        @font-face {
            font-family: 'Atipla ND';
            src: url('/fonts/AtiplaND-Black.woff2') format('woff2'),
                url('/fonts/AtiplaND-Black.woff') format('woff');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
          }

        body {
            background-color: #f71f1a;
            font-family: "Yantramanav", sans-serif;
            padding-left: 4em;
        }

        #fourohfour {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1000;
        }

        .drunk h3 {
            font-family: "Atipla ND", sans-serif;
            text-transform: uppercase;
            font-size: 4em;
            margin-bottom: 0;
            color: #191919;
            line-height: 1em;
        }

        .drunk  {
            text-transform: uppercase;
            position: relative;
            z-index: 2000;    
        }

        .drunk p {
            font-family: "Atipla ND", sans-serif;
            font-size: 1.3em;
            color: #50E3C2;
            text-shadow: 2px 2px 0px #191919;
        }

        .drunk a {
            color: #020e78;
            font-weight: 700;
            text-shadow: none;
        }

        @media (max-width: 600px) {
            body {
                padding-left: 1em;
            }

            .drunk h3 {
                font-size: 3em;
                
            }
        }
    </style>
  </head>
  <body>
    
    <div class="drunk">
        <h3>Oh snaz'nich!</h3>
        <p>Well, butter my biscuit.<br>The page wasn't found.</p>
        <p><a href="/">Let's go home</a></p>
    </div>

    <div id="fourohfour"></div>
    

    <script src="/webgl/unicorn.umd.js"></script>
    <script src="/webgl/404.js"></script>
    
    <script src="https://cdn.counter.dev/script.js" data-id="5cb31151-d814-433a-81ad-86f7fbbbd318" data-utcoffset="2"></script>
  </body>
</html>
