-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 1.02 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
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Yew • 0.21 Agents</title>
<title>The Rock (1996)</title>
<meta property="og:title" content="Yew • 0.21 Agents" />
<meta property="og:url" content="https://yew-021-agents.netlify.app/" />
<meta
property="og:image"
content="https://yew-021-agents.netlify.app/opengraph.png"
/>
<meta
property="og:description"
content="A demo showing oneshot and reactor web workers in Yew 0.21"
/>
<link data-trunk rel="sass" href="index.scss" />
<link
data-trunk
rel="rust"
href="Cargo.toml"
data-bin="app"
data-type="main"
data-weak-refs
/>
<link
data-trunk
rel="rust"
href="Cargo.toml"
data-bin="workerreactor"
data-type="worker"
data-weak-refs
/>
<link
data-trunk
rel="rust"
href="Cargo.toml"
data-bin="worker"
data-type="worker"
data-weak-refs
/>
</head>
<body></body>
</html>