<!doctype html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>
            404 Not Found - Raw Materials Art Supplies - Downtown Los Angeles
        </title>
        <link rel="stylesheet" href="/css/web.css" />
        <link
            rel="shortcut icon"
            type="image/vnd.microsoft.icon"
            href="/favicon.ico"
        />
        <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
        <style>
            @media (min-width: 600px) {
                main {
                    display: grid;
                    grid-template-columns: minmax(60ch, 50%) auto;
                }
            }
        </style>
    </head>
    <body>
        <main>
            <div>
                <h1 class="page-header">
                    Sorry, but that is no longer available.
                </h1>
                <p class="lead">
                    Raw Materials Art Supplies closed on December 23, 2023, so
                    there there is really not much to see here any longer.
                    <a href="/">Read more.</a>
                </p>
            </div>
            <figure>
                <img
                    class="responsive"
                    src="/wonton.jpg"
                    alt="Wonton"
                    width="649"
                    height="649"
                />
                <figcaption style="text-align: center">
                    Wonton logo designed by
                    <a href="https://www.instagram.com/jpnsamericancat/"
                        >@jpnsamericancat</a
                    >
                </figcaption>
            </figure>
        </main>
        <footer>
            <p>Copyright &copy; 2023 Imperial Dog, Inc.</p>
        </footer>
    </body>
</html>
