<!DOCTYPE html>
<html lang="en">
<head>
    <meta name="robots" content="noindex, nofollow">
    <meta charset="UTF-8">
    <link href="https://custompackagingboxes.com.au/website/css/bootstrap.min.css" rel="stylesheet" type="text/css">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Page Not Found</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        .container {
            margin-top: 50px;
        }
        h1 {
            font-size: 6em;
            color: #333;
        }
        p {
            font-size: 1.2em;
            color: #555;
        }
        a {
            text-decoration: none;
            color: #007BFF;
        }
        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>404</h1>
        <p>Oops! The page you’re looking for doesn’t exist.</p>
        <a href="https://techtimemagazine.com/">Go Back Home</a>
        <div class="row" style="margin-top:30px;">
            <div class="col-lg-3 col-md-3 col-sm-6 col-6">
                <div class="">
                    <a href="https://techtimemagazine.com/custom-boxes/">
                        <img src="https://techtimemagazine.com/uploads/custom-boxes-1.webp" style="width:100%;border-radius:5px;"/>
                        <p style="color:#000;padding:15px 0px;">Custom Boxes</p>
                    </a>
                </div>
            </div>
            <div class="col-lg-3 col-md-3 col-sm-6 col-6">
                <div class="">
                    <a href="https://techtimemagazine.com/product-boxes/">
                        <img src="https://techtimemagazine.com/uploads/product-boxes-1.webp" style="width:100%;border-radius:5px;"/>
                        <p style="color:#000;padding:15px 0px;">Product Boxes</p>
                    </a>
                </div>
            </div>
            <div class="col-lg-3 col-md-3 col-sm-6 col-6">
                <div class="">
                    <a href="https://techtimemagazine.com/candle-dust-covers/">
                        <img src="https://techtimemagazine.com/uploads/custom-candle-dust-covers.webp" style="width:100%;border-radius:5px;"/>
                        <p style="color:#000;padding:15px 0px;">Tuckend Boxes</p>
                    </a>
                </div>
            </div>
            <div class="col-lg-3 col-md-3 col-sm-6 col-6">
                <div class="">
                    <a href="https://techtimemagazine.com/candle-boxes/">
                        <img src="https://techtimemagazine.com/uploads/custom-candle-boxes-1.webp" style="width:100%;border-radius:5px;"/>
                        <p style="color:#000;padding:15px 0px;">Candle Boxes</p>
                    </a>
                </div>
            </div>
        </div>
    </div>
</body>
</html>
