-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.05 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
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Components</title>
</head>
<body>
<section>
<a href="/dev/verification-grid.html">Verification Grid</a>
<a href="/dev/verification-grid-callback.html">Verification Grid Callback</a>
</section>
<section>
<a href="/dev/spectrogram.html">Spectrogram + Axes + Indicator</a>
<a href="/dev/spectrogram-axes.html">Spectrogram + Axes</a>
<a href="/dev/spectrogram-indicator.html">Spectrogram + Indicator</a>
</section>
<section class="use-case-demo-container">
<a href="/dev/use-cases/index.html">Use Cases</a>
</section>
<section>
<a href="/dev/theme/theme.html">Theme Creator</a>
<a href="/dev/cdn.html">CDN</a>
<a href="/dist/docs/index.html">Docs</a>
</section>
<style>
a {
display: block;
}
section {
position: relative;
margin-top: 1rem;
}
</style>
</body>
</html>