1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 23:41:09 +00:00
ibis/assets/index.html

12 lines
294 B
HTML
Raw Normal View History

2024-01-11 15:21:44 +00:00
<!DOCTYPE html>
<html>
<head>
<link data-trunk rel="rust" data-wasm-opt="z"
href=".."
data-bin="ibis"
data-cargo-no-default-features
data-cargo-features="hydrate" />
2024-10-31 14:56:29 +00:00
<link data-trunk rel="tailwind-css" href="/daisyui.css" />
2024-01-11 15:21:44 +00:00
</head>
<body></body>
</html>