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

24 lines
606 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" />
<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>