mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
13 lines
322 B
HTML
13 lines
322 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="app"></div>
|
|
<script type="module" src="/src/ui/main.tsx"></script>
|
|
</body>
|
|
</html>
|