Files
bigcapital/packages/webapp/index.html
2025-11-26 21:27:42 +02:00

29 lines
987 B
HTML

<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicons/favicon-32.ico" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Bigcapital Financial Managment Software"
/>
<link rel="modulepreload" href="/manifest.json" />
<script type="module" src="/public/preload-theme.js"></script>
<title>Bigcapital</title>
</head>
<body class="bp4-dark">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="nprogress"></div>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css"
type="text/css"
/>
<script src="https://app.lemonsqueezy.com/js/lemon.js"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>