aboutsummaryrefslogtreecommitdiff
path: root/static/stories/test.html
blob: 3e50c3c97610d74d7e0821252307da19de294405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<head>
    <title>Conversation Test</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/css/hack.css" />
    <link rel="stylesheet" href="/css/gruvbox-dark.css" />
    <link rel="stylesheet" href="/css/shim.css" />
    <link rel="stylesheet" href="/css/snow.css?snowfix=20211201" />
    <script type="module" src="/static/js/conversation.js"></script>
</head>

<body class="snow hack gruvbox-dark">
    <div class="container">
        <header>
        </header>
        <div class="snowframe">
            <h1><code>xeblog-conv</code> Test</h1>

            <xeblog-conv name="Numa" mood="delet">
                Delete this! <a href="https://christine.website">Go home</a>.

                <p>I'm baby 3 wolf moon iPhone magna, woke deep v humblebrag butcher ipsum XOXO aesthetic prism pop-up vexillologist non. Activated charcoal dolore sed, williamsburg hammock hashtag cardigan next level live-edge before they sold out mlkshk single-origin coffee. Celiac kickstarter consequat chillwave tattooed quis iceland schlitz copper mug taxidermy. Selvage flexitarian tattooed palo santo. Quis dolore vaporware distillery cred. Nostrud exercitation esse kogi veniam lo-fi selfies listicle lyft, mixtape disrupt offal.</p>
            </xeblog-conv>
        </div>
    </div>
</body>