<!DOCTYPE html>

<html>

<head>

    <title>Fred Rigby Studio</title>

    <style>

        body {

            background-color: #f5f5f5;

            font-family: sans-serif;

            text-align: center;

            padding: 100px;

            color: #333;

        }

        img {

            max-width: 300px;

            margin-bottom: 40px;

        }

        a {

            color: #333;

            text-decoration: underline;

        }

        .emails {

            margin-top: 40px;

            font-size: 1.1em;

        }

    </style>

</head>

<body>

    <img src="holding.jpg" alt="Coming Soon" />

    <h1>We’re working on something new</h1>

    <p>Our website is currently being refreshed.</p>

    <p>In the meantime, we’d love to hear from you.</p>


    <div class="emails">

        <p><strong>For new enquiries or projects</strong><br>

        please contact us at <a href="mailto:studio@fredrigby.com">studio@fredrigby.com</a></p>


        <p><strong>For existing orders</strong><br>

        please reach out via <a href="mailto:orders@fredrigby.com">orders@fredrigby.com</a></p>

    </div>

</body>

</html>