summary refs log tree commit diff stats
path: root/index.html
blob: 6fe87e809d3f45002e8979f0b331a43f57c5a681 (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
<!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"
    />
  </head>

  <body></body>
</html>