Files
bichon/web/index.html
T

20 lines
558 B
HTML
Raw Normal View History

2025-11-19 02:14:37 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bichon</title>
<meta name="title" content="Bichon" />
<meta name="description" content="A blazing-fast, lightweight email backup solution built in Rust." />
<meta name="theme-color" content="#fff" />
</head>
<body class="group/body">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>