-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 919 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<title>@radio4000/components</title>
<meta name="description" content="all web-components for radio4000" />
<!-- <link rel="stylesheet" href="/src/index.css" /> -->
<script type="module" src="/src/index.js"></script>
</head>
<body>
<p>
<a href="./">Collection of web-components</a> used to build
<a href="https://radio4000.com"><r4-title></r4-title></a>.
</p>
<ul>
<li>Explore the <a href="/examples/">examples</a></li>
<li>Read the <a href="/docs.html">component API docs</a></li>
<li>Try <a href="/examples/r4-app/"><r4-app></a> which combines all the components</li>
<li>Sources on <a href="https://github.com/radio4000/components">github/radio4000/components</a></li>
</ul>
</body>
</html>