blob: 25f84d11bf980d756a69d4892f18626e1687dca4 (
plain) (
tree)
|
|
<!--
SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<!DOCTYPE html>
<html>
<head>
<!-- Add a plain CSS file: see https://trunkrs.dev/assets/#css -->
<!-- If using Tailwind with Leptos CSR, see https://trunkrs.dev/assets/#tailwind instead-->
<link data-trunk rel="scss" href="assets/style.scss" />
<!-- overlay scrollbars -->
<link type="text/css" href="/assets/overlayscrollbars.min.css" rel="stylesheet" />
<!-- Include favicon in dist output: see https://trunkrs.dev/assets/#icon -->
<link data-trunk rel="icon" href="assets/bubble.png" />
<!-- include support for `wasm-bindgen --weak-refs` - see: https://rustwasm.github.io/docs/wasm-bindgen/reference/weak-references.html -->
<link data-trunk rel="rust" data-wasm-opt="z" data-weak-refs />
<link data-trunk rel="copy-dir" href="assets" />
<title>Macaw IM</title>
</head>
<body></body>
</html>
|