blob: 7085f94dd9583e311e46bb04cb036fc14e0e34f5 (
plain) (
blame)
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<!-- include support for `wasm-bindgen --weak-refs` - see: https://wasm-bindgen.github.io/wasm-bindgen/reference/weak-references.html -->
<link
data-trunk
rel="rust"
data-wasm-opt="z"
data-weak-refs
/>
<link
data-trunk
rel="icon"
type="image/ico"
href="./public/favicon.ico"
/>
<link
data-trunk
rel="css"
href="./public/tailwindcss-output.css"
/>
<link
rel="manifest"
href="/manifest.json"
/>
<link
data-trunk
rel="copy-file"
href="./public/manifest.json"
/>
</head>
<body></body>
</html>
|