mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 19:01:10 +00:00
11 lines
235 B
HTML
11 lines
235 B
HTML
|
<!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="csr,hydrate" />
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|