forked from heiseonline/embetty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.17 KB
/
index.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
<!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>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<h1>embetty</h1>
<h2>Basic usage</h2>
</header>
<main>
<h3>Tweet</h3>
<p><a href="tweet.html">More examples</a></p>
<article>
<embetty-tweet status="928365837123227654"></embetty-tweet>
<pre><code class="language-html"><embetty-tweet status="928365837123227654"></embetty-tweet></code></pre>
</article>
<h3>Video</h3>
<p><a href="video.html">More examples</a></p>
<article>
<embetty-video type="youtube" video-id="m6UOo2YGbIE"></embetty-video>
<pre><code class="language-html"><embetty-video video-id="m6UOo2YGbIE" type="youtube"></embetty-video></code></pre>
</article>
</main>
</body>