-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<!-- package -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cassette</title>
<!-- Icons -->
<link data-trunk rel="icon" href="/assets/images/icons/logo.webp">
<!-- Assets -->
<link data-trunk rel="scss" href="/static/style.scss" />
<!-- This path needs to be here, otherwise icons won't render correctly -->
<link data-trunk rel="copy-dir" href="/node_modules/@patternfly/patternfly/assets" data-target-path="assets/">
<link data-trunk rel="copy-dir" href="/assets/images/" data-target-path="assets/images/">
<!-- Fonts -->
<!-- include when using the icons-far or icons-fab feature -->
<!-- also requires includes in the assets/styles.scss file -->
<link data-trunk rel="copy-dir" href="/node_modules/@fortawesome/fontawesome-free/webfonts">
<!-- WASM -->
<link data-trunk rel="rust" href="/crates/cassette/Cargo.toml"
data-initializer="./static/initializer.mjs"
data-wasm-opt="z"
/>
<base data-trunk-public-url/>
</head>
</html>