forked from heiseonline/embetty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtweet.html
82 lines (71 loc) · 3.59 KB
/
tweet.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<title>embetty</title>
<link href="app.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.9.0/themes/prism.min.css" rel="stylesheet" />
<meta data-embetty-server=".">
<script async src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.9.0/prism.min.js"></script>
<script async src="embetty.js"></script>
</head>
<body>
<header>
<h1>embetty</h1>
<h2>Basic usage</h2>
</header>
<main>
<embetty-tweet status="880759671543541763"></embetty-tweet>
<article>
<pre><code class="language-html"><embetty-tweet status="941595208298483712"></embetty-tweet></code></pre>
<embetty-tweet status="941595208298483712"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><embetty-tweet status="928365837123227654"></embetty-tweet></code></pre>
<embetty-tweet status="928365837123227654"></embetty-tweet>
</article>
<article>
<embetty-tweet class="my-theme" status="934386458852495360"></embetty-tweet>
<pre><code class="language-html"><style>
.my-theme {
--embetty-border-color: red;
--embetty-font-family: 'Comic Sans MS';
}
</style>
<embetty-tweet class="my-theme" status="934386458852495360"></embetty-tweet>
</code></pre>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="880759671543541763"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="880759671543541763"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="916618051906428928"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="916618051906428928"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="916618051906428928" include-thread></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="916618051906428928" include-thread></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="936339584740454402"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="936339584740454402"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="587993401691373568"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="587993401691373568"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="921685144594931712"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="921685144594931712"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="934029337019416579"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="934029337019416579"></embetty-tweet>
</article>
<article>
<pre><code class="language-html"><pre><code class="language-html"><embetty-tweet status="935819741947744256"></embetty-tweet></code></pre></code></pre>
<embetty-tweet status="935819741947744256"></embetty-tweet>
</article>
</main>
</body>
</html>