<!DOCTYPE html>
<html lang="en">
<head>
    <title>TXP Magazine &ndash; Memorial Site</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="Destry Wion et al">
    <style>
        html {
            --font-serif: "PT Serif", Georgia, serif;
            --font-sans-serif: Verdana, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            --clr-a: #012088;
        }
        body {
            font-family: var(--font-sans-serif);
            font-size: 12px;
        }
        main, aside {
            margin: 2em auto;
            max-width: 800px;
        }

        h1, h2 {
            font-family: var(--font-sans-serif);
            font-weight: normal;
        }

        a {
            -webkit-text-decoration-skip: ink;
            color: var(--clr-a);
            text-decoration-skip-ink: auto;
            text-underline-offset: .125em;
            touch-action: manipulation;
        }
    </style>
</head>
<body>
<main>
    <h1><img src="https://txpmag.com/txp.svg" alt="TXP Magazine logo" width="150px"></h1>
    <p>TXP Magazine was a publication of the <a href="https://textpattern.com/" title="Textpattern CMS">Textpattern CMS</a> project; serving the greater community of open source content management enthusiasts.</p>
</main>
<aside>Explore the <a href="https://web.archive.org/web/20230217020439/https://txpmag.com/" title="TXP Magazine at the Wayback Machine">archives</a> for more insights.</aside>
</body>
</html>
<!-- random-length HTML comment: f3fGvKop1oLsoeDpMhVYB4X5JH -->