-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 927 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Vulpine</title>
<link data-trunk rel="scss" href="style/main.scss" />
<link data-trunk rel="copy-dir" href="public" />
<link data-trunk rel="rust" data-wasm-opt="z" />
<link data-trunk
rel="css"
type="text/css"
href="node_modules/@phosphor-icons/web/src/light/style.css"
/>
<link data-trunk
rel="copy-file"
href="node_modules/@phosphor-icons/web/src/light/Phosphor-Light.ttf"
type="font/ttf"
/>
<link data-trunk
rel="copy-file"
href="node_modules/@phosphor-icons/web/src/light/Phosphor-Light.woff"
type="font/woff"
/>
<link data-trunk
rel="copy-file"
href="node_modules/@phosphor-icons/web/src/light/Phosphor-Light.woff2"
type="font/woff2"
/>
</head>
<body>
<script src="/node_modules/@floating-ui/dom"></script>
</body>
</html>