prasi-bun/app/web/public/index.html

33 lines
911 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0"
/>
<title>Prasi: App Builder</title>
<link rel="stylesheet" href="/index.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
/>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono"
type="text/css"
/>
<script>
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = {
isDisabled: true,
_renderers: {},
};
</script>
</head>
<body className="flex-col flex-1 w-full min-h-screen flex opacity-0">
<div id="root"></div>
<script src="/index.js"></script>
</body>
</html>