jcloude/dashboard/index.html
2025-12-23 19:17:16 +08:00

28 lines
755 B
HTML

<!DOCTYPE html>
<html class="h-full overflow-hidden" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Frappe Cloud</title>
<link rel="icon" href="/assets/press/dashboard/favicon.png" type="image/x-icon" />
</head>
<body class="h-full">
<noscript>
<strong>
Frappe Cloud Dashboard doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<!-- Main Vue App -->
<div id="app" class="h-full"></div>
<!-- For Teleports -->
<div id="modals"></div>
<div id="popovers"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>