Files
komodo/ui/index.html
2026-06-28 23:59:29 -07:00

21 lines
701 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Komodo" />
<link rel="manifest" href="/manifest.json" />
<title>Komodo</title>
</head>
<body class="bg-background">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>