-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathindex.html
40 lines (40 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="icon"
href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">⛱️</text></svg>'
/>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>rstream-system-bus · @thi.ng/umbrella</title>
<link href="/css/style.css" rel="stylesheet" />
<script>
window.goatcounter = { path: (p) => location.host + p };
</script>
<script
data-goatcounter="https://thing.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
</head>
<body>
<p>
Click button to add new counters, click counters to increase their
value. Once a counter's maximum value (10) has been reached, the
counter will be removed again. Counters can also be removed
directly. Also check the console for log messages.
</p>
<div id="app"></div>
<div>
See
<a
href="https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-system-bus"
>source code</a
>
for further comments & information
</div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>