<!doctype html>
<html>
    <head>
        <title>Zk | Recipe idea, perhaps.</title>
        <link rel="stylesheet" type="text/css" href="/style.css" />
        <meta name="viewport" content="width=device-width" />
        <meta charset="utf-8" />
    </head>
    <body>
        <main>
            <header>
                <h1>Zk | Recipe idea, perhaps.</h1>
            </header>
            <article class="content">
                <p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Back when my mom used to cook chicken for me, even though she didn&rsquo;t eat it, I&rsquo;d put mild Caesar salad dressing on it as seasoning.  It was pretty damn good, too.  Maybe one day when I&rsquo;m bored, I could try and make a recipe for it.  Probably sear and steam the chicken in chicken broth with a bit of rosemary and lemon juice or something, then when it&rsquo;s about half cooked, take out some of the broth and add some Caesar dressing.  Turn it off and let it cool a bit, save the sauce, and bake the chicken the rest of the way, then serve it with a thickened version of the sauce.  Or maybe just season the chicken and bake it, making the sauce separately. <em>shrug</em>  Would be good with rice pilaf and potatoes.</p>
<p>Anyway, whatever.</p>
<p>Big B is still down.  Screwy</p>
            </article>
            <footer>
                <p>Page generated on 2002-08-17 17:30:33</p>
            </footer>
        </main>
        <script type="text/javascript">
        document.querySelectorAll('.tag').forEach(tag => {
            let text = tag.innerText;
            tag.innerText = '';
            tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
        });
        </script>
    </body>
</html>