aboutsummaryrefslogtreecommitdiff
path: root/static/stories
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-15 19:16:16 -0500
committerXe <me@christine.website>2021-12-15 19:16:16 -0500
commit166079f0e381bcfff0f79cd55031d634308d1a68 (patch)
treee6999e3a6c285d11cc7435649500b147aeacf2c7 /static/stories
parent1986de12d175196721349dd3626686f3880f1805 (diff)
downloadxesite-166079f0e381bcfff0f79cd55031d634308d1a68.tar.xz
xesite-166079f0e381bcfff0f79cd55031d634308d1a68.zip
make test custom element page
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static/stories')
-rw-r--r--static/stories/test.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/static/stories/test.html b/static/stories/test.html
new file mode 100644
index 0000000..3f6a8b2
--- /dev/null
+++ b/static/stories/test.html
@@ -0,0 +1,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">
+ <p>Delete this! <a href="https://christine.website">Go home</a>.</p>
+
+ <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>