mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 00:04:44 +00:00
14 lines
348 B
HTML
14 lines
348 B
HTML
<!doctype html>
|
|
<html lang="en" class="light">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
<title>BKND</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/ui/main.tsx"></script>
|
|
</body>
|
|
</html>
|